Skip to content
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

Can not delete repo from registry #98

Open
hoangn5 opened this issue Jan 17, 2020 · 4 comments
Open

Can not delete repo from registry #98

hoangn5 opened this issue Jan 17, 2020 · 4 comments

Comments

@hoangn5
Copy link

hoangn5 commented Jan 17, 2020

Hi all,

I'm trying to delete repo from registry to free up storage space in my system
please take a look at this
Issues with docker registry API and garbage-colle
https://forums.docker.com/t/issues-with-docker-registry-api-and-garbage-collect/77510

Thanks,
Hoang Nguyen

@hoangn5
Copy link
Author

hoangn5 commented Jan 17, 2020

Or any one know how to propely delete a single repository/image in registry to free up system storage

@yurygoncharuk
Copy link

Hi guys,
I have the same issue.
Any suggestions how to fix it?

@pada57
Copy link

pada57 commented Feb 8, 2022

Hello

i found APIs to delete images from registry but not any for deleting repository. only way i found to delete, was to go on container itself and delete folders manually

delete image api : https://docs.docker.com/registry/spec/api/#deleting-an-image

NO for repository ??

is it planned to add support for it ?

thanks a lot in advance

@pada57
Copy link

pada57 commented Feb 8, 2022

Or any one know how to propely delete a single repository/image in registry to free up system storage

to free up just delete image : https://docs.docker.com/registry/spec/api/#deleting-an-image
and then running garbage collector on registry

only think as i mentioned did not find way to properly delete repository from API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants