docker-registry-manager
docker-registry-manager copied to clipboard
Cannot delete an image from a repository
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."
Same exact issue on my side
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