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

support adding additional tag(s) to the targets #59

Open
briantist opened this issue Feb 6, 2022 · 0 comments
Open

support adding additional tag(s) to the targets #59

briantist opened this issue Feb 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@briantist
Copy link

I want to be able to specify a new tag or tags that will be set (in addition to the existing ones) when syncing.

For example something like this:

target:
  host: ghcr.io
  repository: briantist
  additional_tags:
    - stable-2.11
sources:
- repository: ansible/base-test-container
  host: quay.io
  tag: 2.1.0
- repository: ansible/default-test-container
  host: quay.io
  tag: 5.4.0

So that the two source images would get synced to the target with both their original tag, and the additional tag(s) entered, like ansible/base-test-container:2.1.0 would also be ansible/base-test-container:stable-2.12.

@jpreese jpreese added the enhancement New feature or request label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants