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

fix: docker-compose fails with multiple merge keys #32

Merged
merged 1 commit into from
May 11, 2023

Conversation

abates
Copy link
Contributor

@abates abates commented May 11, 2023

Docker compose no longer allows multiple merge keys in compose files. The YAML spec allows multiple maps to be merged by passing a sequence to the merge (<<:) key. This is documented in the
YAML spec. The behavior change for docker-compose is documented in
this issue

@abates abates requested a review from mzbroch as a code owner May 11, 2023 13:56
Docker compose no longer allows multiple merge keys
in compose files. The YAML spec allows multiple maps
to be merged by passing a sequence to the merge (`<<:`)
key. This is documented in the
[YAML spec](https://yaml.org/type/merge.html). The behavior
change for docker-compose is documented in
[this issue](docker/compose#10411)
@abates abates force-pushed the fix-docker-compose branch from 89955d5 to cd51281 Compare May 11, 2023 14:01
@abates abates merged commit 2093126 into develop May 11, 2023
@abates abates deleted the fix-docker-compose branch May 11, 2023 14:39
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.

1 participant