chainguard-dev / apko

Build OCI images from APK packages directly without Dockerfile
https://apko.dev
Apache License 2.0
1.21k stars 125 forks source link

fix: Allow accounts to belong to GID 0 #1407

Closed EyeCantCU closed 2 days ago

EyeCantCU commented 4 days ago

Currently, we block new users from belonging to GID 0. While this is a great practice, some images may expect that the configured user belong to GID 0 so remove the limitation

imjasonh commented 2 days ago

The change itself LGTM, the test errors seem to be due to Alpine dependencies. I'll retry some and see if we can get these passing.