ExcludeDockerImages masks end up in missing layers #121
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
this is the used config:
I expected the image
image/path/with:tag
to be excluded from deletion, with all its layers. Is that an wrong assumption with this config?list.manifest.json
of this image (note the digest877fe4031a674aebb3d006692366fb73badfc36e0d1756964b9d1a7db5b8b553
):the output of the deletion shows the
nmatch
entry for the image, but also the deletion of its layer:After that, the image can't be pulled any more, as the layer is missing in Artifactory. This doesn't happen all the time, only for some images or single layers. How can I avoid this?
The text was updated successfully, but these errors were encountered: