parabuzzle / craneoperator

Gives you a simple web interface for browsing around a Docker Registry
https://hub.docker.com/r/parabuzzle/craneoperator
MIT License
127 stars 32 forks source link

Image delete has no function #77

Open typoworx-de opened 1 year ago

typoworx-de commented 1 year ago

I'm using current :latest release with REGISTRY_ALLOW_DELETE=true but hitting delete button obviously has no function as the image will not disappear from UI.

Checking registry using curl: curl https://my-private-registry.docker:5000/v2/_catalog

only lists the image not deleted, so delete seems to work at registry but not for UI (caching?!).

typoworx-de commented 1 year ago

seems there is already an issue for that #44