You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given there is an image in GCR having a manifest referenced by a digest and a tag pointing to that manifest reg rm gcr.io/project/image:tag directly tries to delete the underlying manifest instead of removing tag and afterwards digest.
This is not supported by GCR (see below for details) though this stands against the Docker API documentation. This also causes issues when multiple tags are pointing to one manifest: All of them have to be cleaned before the manifest can be removed.
Given there is an image in GCR having a manifest referenced by a digest and a tag pointing to that manifest
reg rm gcr.io/project/image:tag
directly tries to delete the underlying manifest instead of removing tag and afterwards digest.This is not supported by GCR (see below for details) though this stands against the Docker API documentation. This also causes issues when multiple tags are pointing to one manifest: All of them have to be cleaned before the manifest can be removed.
The text was updated successfully, but these errors were encountered: