Skip to content
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

Implement user/group metadata setting #115

Closed
Tracked by #11
baronfel opened this issue Aug 12, 2022 · 1 comment
Closed
Tracked by #11

Implement user/group metadata setting #115

baronfel opened this issue Aug 12, 2022 · 1 comment
Assignees
Milestone

Comments

@baronfel
Copy link
Member

Two new string properties:

  • ContainerUser
  • ContainerGroup

If ContainerGroup is specified, ContainerUser must be specified as well.

Will be emitted to the User field of the image config in the form <user string value> if only ContainerUser is specified, <user string value>:<group string value> if both are specified.

References
https://github.com/opencontainers/image-spec/blob/main/config.md

@baronfel
Copy link
Member Author

baronfel commented Mar 1, 2023

Note that this does not imply changing user/group permissions on Layer content - that's entirely separate configuration and plumbing. This is only about the User property of the config of an Image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant