-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Related problem
cpac only takes --image and --tag separately
Proposed 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 imageworks -
--tag tagworks -
--image image --tag tagworks -
--image image:tagworks -
--image image:tag --tag tagworks -
--image image --tag image:tagworks -
--image image:tag --tag image:tagworks -
--tag image:tagworks
Alternatives
No response
Additional context
No response