Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Understand image:tag syntax #120

Open
3 of 8 tasks
shnizzedy opened this issue Oct 16, 2024 · 0 comments
Open
3 of 8 tasks

✨ Understand image:tag syntax #120

shnizzedy opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request user-reported

Comments

@shnizzedy
Copy link
Member

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 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

@shnizzedy shnizzedy added enhancement New feature or request user-reported labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-reported
Projects
None yet
Development

No branches or pull requests

1 participant