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

Allow Multiplying Registry/Repository/Tag Names #64

Open
tunahanertekin opened this issue Feb 15, 2024 · 1 comment
Open

Allow Multiplying Registry/Repository/Tag Names #64

tunahanertekin opened this issue Feb 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tunahanertekin
Copy link
Member

What would you like to be added?

All pipelines are designed to produce an image with one registry, repository and tag name. Cosmodrome should support using multiple registries, repositories and tags.

Why is this needed?

It's needed to distribute images to different registries at once and version them by their timestamp/SHA.

@tunahanertekin tunahanertekin added the enhancement New feature or request label Feb 15, 2024
@tunahanertekin tunahanertekin self-assigned this Feb 15, 2024
@tunahanertekin
Copy link
Member Author

Multiple repositories/tags can be handled as below:

docker build -t name1:tag1 -t name1:tag2 -t name2 .

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

1 participant