docker-registry-frontend icon indicating copy to clipboard operation
docker-registry-frontend copied to clipboard

Delete tags with API v2 (fixes #106)

Open xgin opened this issue 8 years ago • 11 comments

Use API v2 to delete tags. In particular GET /manifest by tag to obtain the correct digest to delete and then DELETE /blob by the digest. The sequence is described here: https://docs.docker.com/registry/spec/api/#deleting-an-image

Note that the API does not remove the image from file system, you have to execute garbage-collector, e.g. with crontab

I did not find how to delete repository, because the API DELETE /repository does not work.

Issue for reference #106

xgin avatar May 01 '17 16:05 xgin

any chance to get this merged? 😄

eidam avatar May 03 '17 10:05 eidam

Travis tells us that NPM does not want us to have nice things... :-( Good effort though @xgin 👍 !

We probably need to wait until somebody can help out and fix the NPM dependencies before this can be merged...

pkcakeout avatar May 04 '17 11:05 pkcakeout

Travis is waiting for https://github.com/kwk/docker-registry-frontend/pull/162 to be merged. Feel free to checkout my fork https://github.com/xgin/docker-registry-frontend and image https://store.docker.com/community/images/ekazakov/docker-registry-frontend

xgin avatar May 04 '17 13:05 xgin

#162 has just been merged. How can we force a travis rebuild through the github UI? Oh, actually, we'd need to rebase first.

thiagowfx avatar Jul 06 '17 13:07 thiagowfx

it is now ready to be merged :) Can it be done ? This is a very awaited feature !

odoucet avatar Jul 13 '17 07:07 odoucet

Why it isn't merged yet? Lot of people is waiting for this merge =)

slavniyteo avatar Aug 04 '17 12:08 slavniyteo

Still no progress?

stijndehaes avatar Nov 07 '17 07:11 stijndehaes

Is it still in process ?

quangnhut123 avatar Nov 15 '17 06:11 quangnhut123

Guys, are we blocking on review for this?

skygragon avatar Nov 24 '17 08:11 skygragon

hoping to see this soon

healermagnus avatar May 02 '18 21:05 healermagnus

Why not merged yet? :( This is a important feature in V2

Nitrosito avatar Oct 03 '18 11:10 Nitrosito