-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add image user option #1266
Conversation
This would be incredibly useful for a project I'm working on. |
This Pull Request is stale because it has been open for 90 days with |
a952faa
to
b0127f0
Compare
Any chance to get some feedback on this PR? 🙏 |
I can't do an official review, but going off of CI appears to be complaining about license issues, but apparently the "details" link isn't public, so I don't know what's going on there. Given that this PR does not introduce any library changes, I'm inclined to think that these are preexisting issues. |
This change looks good to me! Can you rebase so that CI runs and I can approve and merge? 👍 |
Signed-off-by: Maxime Brunet <[email protected]>
Head branch was pushed to by a user without write access
b0127f0
to
f52f41f
Compare
Done! ❤️ |
Looking forward to testing this out. |
Hello! 👋
When using a base image that does not set a user (e.g.
busybox
), it is desirable to set a non-root user for the built image. At the moment, this requires building a custom image built with another tool to set this value. Since it is a simple config field, it seems reasonable to have an option for it