Skip to content

file: add chown to archive unpack from copy #5987

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

tonistiigi
Copy link
Member

Note that chowner callback can't be passed in to unpack because callbacks can not be supported by reexec-chrootarchive because parameters are JSON encoded and because the IDMapping is passed separately to unpack so the passed value doesn't actually represent the real UID.

fix docker/buildx#3144

Note that chowner callback can't be passed in to unpack because
callbacks can not be supported by reexec-chrootarchive because
parameters are JSON encoded and because the IDMapping is passed
separately to unpack so the passed value doesn't actually represent
the real UID.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@crazy-max crazy-max added this to the v0.23.0 milestone May 26, 2025
@crazy-max crazy-max merged commit 01146e1 into moby:master May 26, 2025
112 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ADD command does not seem to honor --chown parameter
2 participants