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
Just a matter of configuring service in docker-compose.yml with env var.
environment:
# Dixit https://docs.docker.com/registry/configuration/#delete# Use the 'delete' structure to enable the deletion of image blobs and manifests by digest.
- REGISTRY_STORAGE_DELETE_ENABLED=true
And there you go, digests can be deleted by docker-registry-manager webapp
cf. snagles/docker-registry-manager#181
The text was updated successfully, but these errors were encountered: