Merged
Conversation
Signed-off-by: aevesdocker <allie.sadler@docker.com>
3ccd9ee to
e869449
Compare
ndeloof
approved these changes
Apr 22, 2024
overclokk
added a commit
to ItalyStrap/theme-json-generator
that referenced
this pull request
May 30, 2024
yahonda
added a commit
to yahonda/buildkite-config
that referenced
this pull request
Jun 4, 2024
This commit removes the obsolete `version` from docker-compose.yml - Steps to reproduce ``` git clone https://github.com/rails/rails cd rails git clone https://github.com/rails/buildkite-config .buildkite/ RUBY_IMAGE=ruby:3.3 docker compose -f .buildkite/docker-compose.yml build base ``` - Without this commit, it shows this warning. ``` WARN[0000] /home/yahonda/rails/.buildkite/docker-compose.yml: `version` is obsolete ``` Refer to compose-spec/compose-spec#489
This was referenced Jun 18, 2024
ledsun
added a commit
to pubannotation/pubdictionaries
that referenced
this pull request
Jul 19, 2024
The version field is obsoleted in compose spec 2.0 compose-spec/compose-spec#489
lx-nihei
pushed a commit
to lx-nihei/pubdictionaries
that referenced
this pull request
Sep 4, 2024
The version field is obsoleted in compose spec 2.0 compose-spec/compose-spec#489
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 this PR does / why we need it:
Makes it clear that users will receive a warning message that 'Version' is obsolete.
Which issue(s) this PR fixes:
Fixes #