Revision 5273a46cf7288144d3ccac825725cf024b40b565 authored by André Martins on 18 June 2024, 14:59:12 UTC, committed by André Martins on 20 June 2024, 19:00:01 UTC
The builder image is used to generate Kubernetes manifests and some Go code
for Kubernetes clients. Currently, Docker run commands are executed as the
root user inside the container, resulting in files being created with the
root UID. This prevents the user who executed the Docker run command from
managing these files.

Running the Docker container with the executing user's UID causes "go run"
commands to fail due to insufficient permissions to write to the /.cache
directory. To resolve this, we need to create a /.cache directory with write
permissions for all users.

Signed-off-by: André Martins <andre@cilium.io>
1 parent 6f461ea
History
File Mode Size
allocator_providers.go -rw-r--r-- 218 bytes
allocator_test.go -rw-r--r-- 4.1 KB
ccnp_event.go -rw-r--r-- 3.7 KB
cilium_node.go -rw-r--r-- 11.6 KB
cmdref.go -rw-r--r-- 800 bytes
cnp_event.go -rw-r--r-- 3.4 KB
flags.go -rw-r--r-- 13.3 KB
flags_providers.go -rw-r--r-- 245 bytes
k8s_pod_controller.go -rw-r--r-- 3.5 KB
kvstore_watchdog.go -rw-r--r-- 3.9 KB
kvstore_watchdog_test.go -rw-r--r-- 2.9 KB
lifecycle.go -rw-r--r-- 683 bytes
metrics.go -rw-r--r-- 287 bytes
metrics_list.go -rw-r--r-- 2.1 KB
provider_alibabacloud_flags.go -rw-r--r-- 713 bytes
provider_alibabacloud_register.go -rw-r--r-- 355 bytes
provider_aws_flags.go -rw-r--r-- 3.1 KB
provider_aws_register.go -rw-r--r-- 529 bytes
provider_azure_flags.go -rw-r--r-- 1.4 KB
provider_azure_register.go -rw-r--r-- 457 bytes
provider_operator_flags.go -rw-r--r-- 381 bytes
provider_operator_register.go -rw-r--r-- 560 bytes
root.go -rw-r--r-- 22.3 KB
root_test.go -rw-r--r-- 791 bytes
status.go -rw-r--r-- 2.2 KB

back to top