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

GCP: Do not allow digests without tags in Artifact Registry #5933

Closed
gustavovalverde opened this issue Jan 9, 2023 · 0 comments · Fixed by #6038
Closed

GCP: Do not allow digests without tags in Artifact Registry #5933

gustavovalverde opened this issue Jan 9, 2023 · 0 comments · Fixed by #6038
Assignees
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug C-enhancement Category: This is an improvement I-integration-fail Continuous integration fails, including build and test failures

Comments

@gustavovalverde
Copy link
Member

Description

Cache images get their tag removed when updated, leaving "orphaned" images but with dependency on other digests

image

Expected behavior

When tagging the cache image use a specific tag so it doesn't get replaced by new ones and we don't get orphaned images which can't be automatically deleted by the enhancement in this PR #5873

@gustavovalverde gustavovalverde added C-bug Category: This is a bug C-enhancement Category: This is an improvement S-needs-triage Status: A bug report needs triage P-Medium ⚡ I-integration-fail Continuous integration fails, including build and test failures labels Jan 9, 2023
@gustavovalverde gustavovalverde self-assigned this Jan 9, 2023
@mpguerra mpguerra added the A-devops Area: Pipelines, CI/CD and Dockerfiles label Jan 19, 2023
@mpguerra mpguerra moved this to 🛑 Won't Fix in Zebra Jan 19, 2023
@mpguerra mpguerra added this to Zebra Jan 19, 2023
@mpguerra mpguerra moved this from 🛑 Won't Fix to 📋 Sprint Backlog in Zebra Jan 19, 2023
@mergify mergify bot closed this as completed in #6038 Jan 31, 2023
@github-project-automation github-project-automation bot moved this from 📋 Sprint Backlog to ✅ Done in Zebra Jan 31, 2023
@mpguerra mpguerra removed the S-needs-triage Status: A bug report needs triage label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug C-enhancement Category: This is an improvement I-integration-fail Continuous integration fails, including build and test failures
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants