You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If image:tag syntax is provided to either, cpac could parse it out. If it gets multiple definitions (e.g., --image image:tag --tag tag, it can continue if there's no conflict or crash out if the tags don't match.
Acceptance criteria
--image image works
--tag tag works
--image image --tag tag works
--image image:tag works
--image image:tag --tag tag works
--image image --tag image:tag works
--image image:tag --tag image:tag works
--tag image:tag works
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Related problem
cpac
only takes--image
and--tag
separatelyProposed feature
If
image:tag
syntax is provided to either,cpac
could parse it out. If it gets multiple definitions (e.g.,--image image:tag --tag tag
, it can continue if there's no conflict or crash out if the tags don't match.Acceptance criteria
--image image
works--tag tag
works--image image --tag tag
works--image image:tag
works--image image:tag --tag tag
works--image image --tag image:tag
works--image image:tag --tag image:tag
works--tag image:tag
worksAlternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: