Batch docker registry manifest deletion: How to list manifests via v2 REST api?
问题 I would like to delete particular or all manifests in my private docker registry remotely (v2 api) to make it possible images data to be collected by gc. I found this tool, but it only works with tags. I decided to extend it. I would like to enumerate manifests. Is it possible to get manifests list? I can't find something useful on this. I checked those and I'm also searching the web, but with no success. https://docs.docker.com/registry/spec/api/ https://docs.docker.com/registry/garbage