Fix documentation on default build image name (change to correct separator).#11635
Merged
ndeloof merged 1 commit intodocker:mainfrom Mar 22, 2024
Merged
Conversation
150fd4b changed the default separator from _ to -, but the docker compose build docs still mention _. Signed-off-by: Sebastian Correa <[email protected]>
962c113 to
3a26f81
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11635 +/- ##
==========================================
- Coverage 57.72% 57.68% -0.05%
==========================================
Files 138 138
Lines 11736 11736
==========================================
- Hits 6775 6770 -5
- Misses 4284 4288 +4
- Partials 677 678 +1 ☔ View full report in Codecov by Sentry. |
Contributor
Author
|
@ndeloof I think the change was made because compose v2 prefers the |
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
This PR changes old documentation showing the old
_separator for image names.Details:
150fd4b changed the default separator from
_to-, as seen incompose/pkg/api/api.go
Lines 622 to 631 in 86cd523
but the compose build docs still mention
_:Will this propagate downstream to docker/docs or do I need to submit specific PRs there for the updates?
A picture of a cute animal, if possible in relation to what you did
This should be mandatory. Sorry it's not related... This is my cat Panko being dracula.
