-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Being able to remove (empty) repositories with button #236
Comments
+1 |
The solution of problem is here |
Hi there and thank you for using my project. This is related to the docker registry server, I cannot remove empty images from the ui 😕 see #77 |
A very ad-hoc way to automate garbage collection by customizing registry image if you are still interested: Dockerfile:
entrypoint.sh:
cleanup.sh:
|
Thanks @mrmillers |
Is your feature request related to a problem? Please describe.
I would like to be able to remove an (empty) repository like I can remove an image... I guess the garbage collector would do the rest ?
Describe the solution you'd like
Have a delete button to remove an empty repository
Describe alternatives you've considered
All kinds of scripts to remove empty repositories but I'm not able find any, they still exit (in this UI)
Additional context
I know this has been discussed a lot and it's not directly a docker-registry-ui issue but as there is a button to "delete" images it would be great to have the same for repositories... unless someone knows a way how to remove empty repo's with a script.
The text was updated successfully, but these errors were encountered: