Support multiple image tags in build-docker-create using image-file#61
Merged
agrasth merged 3 commits intojfrog:mainfrom Apr 24, 2025
Merged
Support multiple image tags in build-docker-create using image-file#61agrasth merged 3 commits intojfrog:mainfrom
agrasth merged 3 commits intojfrog:mainfrom
Conversation
51678d2 to
d6a5e9f
Compare
bhanurp
requested changes
Apr 10, 2025
Closed
4 tasks
d6a5e9f to
cbf8e5b
Compare
7d2221a to
eaaaab6
Compare
eaaaab6 to
53c702c
Compare
0b5eb7e to
c35f2ff
Compare
…uild # Conflicts: # go.mod # go.sum
89af590 to
e785c5b
Compare
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.
Support Multiple Docker Image Tags in
build-docker-create📌 What’s New
This PR enhances the
build-docker-createcommand to support multiple image tags in the--image-fileinput. Previously, the command handled only a single tag–digest pair. With this change, users can now:🔍 Implementation Details