images/cross: should not use extremely large UID/GID #1403
Labels
area/release-eng
Issues or PRs related to the Release Engineering subproject
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
sig/release
Categorizes an issue or PR as relevant to SIG Release.
What would you like to be added:
The
us.gcr.io/k8s-artifacts-prod/build-image/kube-cross
image should not use UID/GID larger than > 65536.Currently it contains files owned by
630384594:600260513
Why is this needed:
For supporting Rootless Docker/Podman in
kind build node-image
.On rootless Docker/Podman, the number of available UID/GID is constrained by the configuration of
/etc/subuid
and/etc/subgid
.On most distributions, only 65536 IDs are available by default, and extracting an image with UID/GID that exceeds 65536 fails.
The text was updated successfully, but these errors were encountered: