Compose can't create a tar with adequate uid:gid ownership#13299
Merged
ndeloof merged 1 commit intodocker:mainfrom Oct 20, 2025
Merged
Compose can't create a tar with adequate uid:gid ownership#13299ndeloof merged 1 commit intodocker:mainfrom
ndeloof merged 1 commit intodocker:mainfrom
Conversation
50a83ca to
f68e33b
Compare
as we can't get container UID/GID as int by ContainerInspect revert docker#13288 Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
f68e33b to
07f5e2d
Compare
glours
approved these changes
Oct 20, 2025
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Oct 23, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | patch | `v2.40.1` -> `v2.40.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v2.40.2`](https://github.com/docker/compose/releases/tag/v2.40.2) [Compare Source](docker/compose@v2.40.1...v2.40.2) #### What's Changed - Compose can't create a tar with adequate uid:gid ownership by [@​ndeloof](https://github.com/ndeloof) in [#​13299](docker/compose#13299) - fail build if minimal required version of buildx isn't installed by [@​ndeloof](https://github.com/ndeloof) in [#​13295](docker/compose#13295) - remove unused code to only rely on api.Service by [@​ndeloof](https://github.com/ndeloof) in [#​13300](docker/compose#13300) - test digest or canonical reference, not only tag, when checking if an image is already present by [@​glours](https://github.com/glours) in [#​13302](docker/compose#13302) - introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction by [@​ndeloof](https://github.com/ndeloof) in [#​13308](docker/compose#13308) **Full Changelog**: <docker/compose@v2.40.1...v2.40.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
revert #13287
Related issue
fixes #13296
#13287 can't be fixed in Compose.
the behavior described by the compose-spec as https://docs.docker.com/reference/compose-file/services/#long-syntax-5 is inherited from Swarm and can't be reproduced by Compose as we miss the required feature from Docker engine API
(not mandatory) A picture of a cute animal, if possible in relation to what you did