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

migrate reference github.com/distribution/reference #2027

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Aug 30, 2023

- Parse service device count to int if possible
- introduce ResourceResolver to accept remote resources
- use include.env_file to resolve variables in included compose.yaml file
- remove potential dependencies to disabled services in ForServices
- ability to convert a mapping (back) to KEY=VALUE strings
- load: include details about included files on Project
- include disabled services
- local environment to override included .env
- load: move env var profile detection to option
- add support for multi-document yaml

full diff: compose-spec/compose-go@v1.17.0...v1.18.3

Signed-off-by: Sebastiaan van Stijn <[email protected]>
The "reference" package was moved to a separate module, which was extracted
from distribution/distribution@b9b1940

Also update compose-go, which also switched to distribution/reference;

full diff: compose-spec/compose-go@v1.18.3...v1.18.4

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah marked this pull request as ready for review September 6, 2023 15:42
@thaJeztah
Copy link
Member Author

I split this in 2 commits; the first one is updating to the "previous" compose-go, and the second commit only contains the changes related to migrating to the new dependency (which includes a patch-bump of compose-go)

Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
Copy link
Member Author

@tonistiigi @crazy-max PTAL 🤗

@thaJeztah
Copy link
Member Author

This one good to go, or do we need more reviewers? 😅

@crazy-max crazy-max merged commit 3631dc1 into docker:master Sep 8, 2023
59 checks passed
@thaJeztah thaJeztah deleted the swap_reference branch September 8, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants