-
Notifications
You must be signed in to change notification settings - Fork 293
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
Enable GID override in Build #1041
Conversation
I think I'm close here (minus test changes and additions), but I could use a nudge in the right direction on this. So far I've added the flag and a type representing the flag, and I pass the flag value down into When I run this locally, it picks up the group ID change for
I'm having some trouble locating where I need to make the change for the pack/internal/builder/builder.go Line 547 in 860396d
But it seems like at some point |
@jsncmgs1 Thanks for the PR and work on it! Your path right now seems to be changing the user environment of the pack/internal/build/lifecycle_execution.go Lines 191 to 212 in c911002
|
Summary
Allows group ID to be set via a
-gid
flag.#961
Output
Before
After
Documentation
Related
Resolves #961