docker-registry-manager icon indicating copy to clipboard operation
docker-registry-manager copied to clipboard

Cannot delete an image from a repository

Open tolid opened this issue 5 years ago • 2 comments

Cannot delete an image from a repository:;I am getting an error message when I am trying to delete an image from a repository: "Failure! We were unable to delete latest from the registry. For more details view the logs." In logs I can see only one error message: "error | Failed to delete digest."

tolid avatar Dec 06 '19 11:12 tolid

Same exact issue on my side

cgrard avatar Mar 11 '20 15:03 cgrard

Make sure the registry has delete enabled. From the documentation (emphasis mine):

The below steps assume you have a docker registry currently running (with delete mode enabled (https://docs.docker.com/registry/configuration/)

If you are running the registry via docker you can set this environment variable to true: REGISTRY_STORAGE_DELETE_ENABLED=true

VisualFox avatar Mar 14 '20 12:03 VisualFox