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

add image delete functions #15

Closed parabuzzle closed 8 years ago

parabuzzle commented 8 years ago

Adds a delete image api and frontend support.

By default image delete support is off. The api will return a 404 for the delete endpoints and the frontend will not show the button.

When activated by setting the REGISTRY_ALLOW_DELETE environment variable to true, the delete api endpoint will work and the icons will be displayed on the info pane for a selected tag.

fixes #7