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

Expose image 'DeleteTag' method in the 'daemon' #2020

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

Conversation

sfc-gh-ptabor
Copy link

The method is needed to enable image cleanup in the container-structure-tests.

The problem I'm trying to solve is that container-structure-tests are writing an image to docker
https://github.com/GoogleContainerTools/container-structure-test/blob/c35e48dcd5dd[…]ec6d50d688235d4a36/cmd/container-structure-test/app/cmd/test.go
but they are not deleting it at all. This leads to leaked registry.structure_test.oci.local/image that accumulate in CICD.

The method is needed to enable image cleanup in the container-structure-tests.

The problem I'm trying to solve is that container-structure-tests are writing an image to docker
https://github.com/GoogleContainerTools/container-structure-test/blob/c35e48dcd5dd[…]ec6d50d688235d4a36/cmd/container-structure-test/app/cmd/test.go
but they are not deleting it at all. This leads to leaked registry.structure_test.oci.local/image that accumulate in CICD.
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.

1 participant