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

How to delete particular tag of a public Docker image on Docker Hub? #2290

Closed
tamalsaha opened this issue May 29, 2017 · 1 comment
Closed

Comments

@tamalsaha
Copy link

I can delete particular tag of a Docker image hosted on Docker hub form the UI. I want to do the same from command line. I am following the instructions from docker-archive/docker-registry#988 (comment) . After following the instruction, when I make the following call:

curl -H "Authorization: Bearer eyJ" -X DELETE https://index.docker.io/v2/appscode/voyager/manifests/sha256:a77e869fdc5c6539e6234ab4c9f0ed5b0165d72d06390873d3db6f4832771e93

I am getting:

{"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}

Am I doing something wrong? Is this not possible on public Docker Hub registry?

@dmcgowan
Copy link
Collaborator

dmcgowan commented Jun 5, 2017

@tamalsaha this repo is for the public open source registry, all questions related to the hub should be directed at the hub. The configuration in the linked comment can be set on a deployment of the distribution registry, but is not necessarily used by the hub.

@dmcgowan dmcgowan closed this as completed Jun 5, 2017
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

2 participants