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

feat: implement updating of image tags #346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: implement updating of image tags #346

wants to merge 1 commit into from

Conversation

mmalina
Copy link
Contributor

@mmalina mmalina commented Dec 20, 2024

Before this change there was no way to rerun a release pipeline with the intention of changing some tags - the create_container_image would detect that the image already exists in Pyxis and has the required repository defined and it would stop right there.

Now this scenario is supported - if the image already exists and it includes the required repository, we check if the tags are the same. If not, we update them to the desired list of tags.

Before this change there was no way to rerun a release pipeline
with the intention of changing some tags - the create_container_image
would detect that the image already exists in Pyxis and has
the required repository defined and it would stop right there.

Now this scenario is supported - if the image already exists
and it includes the required repository, we check if the tags
are the same. If not, we update them to the desired list of tags.

Signed-off-by: Martin Malina <[email protected]>
@mmalina mmalina marked this pull request as ready for review December 20, 2024 12:21
@mmalina mmalina requested a review from a team as a code owner December 20, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants