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

Commits on Oct 11, 2024

  1. Expose image 'DeleteTag' method in the 'daemon'

    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.
    sfc-gh-ptabor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    93d189d View commit details
    Browse the repository at this point in the history