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
When I use registry GC for our local image repository.For our registry,we make all the images for multiarch images like this:
/app # ls /storage/docker/registry/v2/repositories/library/ | grep business
tke-business-api
tke-business-api-amd64
tke-business-api-arm64
tke-business-api-arm64-unknown
tke-business-api-arm64-v8
After I use registry GC,it delete the manifest for imagetke-business-controller,however this image manifest shouldn't be deleted because this image is used in our environment.
When I use registry GC for our local image repository.For our registry,we make all the images for multiarch images like this:
After I use registry GC,it delete the manifest for image
tke-business-controller
,however this image manifest shouldn't be deleted because this image is used in our environment.Registry version:
The text was updated successfully, but these errors were encountered: