mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Unable to delete (The operation is unsupported.) #35

Closed tylermichael closed 8 years ago

tylermichael commented 8 years ago

When I go to delete a tag by pressing "Delete", all it does is refresh the page. It never actually deletes it. In the gist, I have logs of the event.

https://gist.github.com/tylermichael/02942a986d2007a083b72e59f2edf305

tasmar commented 8 years ago

I am having the same issue.

joshrivers commented 8 years ago

I believe you have to run registry with -e REGISTRY_STORAGE_DELETE_ENABLED=true

tasmar commented 8 years ago

That fixed it @joshrivers thanks!

tylermichael commented 8 years ago

Yup, that fixed it. Thanks @joshrivers!

LoLei commented 6 years ago

Sorry for necrobumping this, but I ran into the same issue and the proposed solution in the Docker documentation did not work, @joshrivers's solution did however. This might be due to the fact that I'm using a slightly older Docker version though.