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

This is **DEPRECATED**! Please go to https://github.com/docker/distribution

Results 100 docker-registry issues
Sort by recently updated
recently updated
newest added

What are the ways to delete the pushed images and repositories from registry? I guess, Docker does not provide any API to do that operation. Any ways, may be using...

delete

After searching for notes for how to utilize a containerized Redis sentinel with little to no success on docker-registry, I found some hint of it in https://github.com/docker/docker-registry/pull/416, https://github.com/docker/docker-registry/issues/528 and http://redis.io/topics/sentinel....

enhancement
hardening

The error info is like below: ``` The push refers to a repository [10.5.234.19:5000/walle] c3a37525142e: Pushed 534127289824: Pushed cc213463a04b: Pushed db5e643814a7: Pushed 26eb091007bd: Pushed db584c622b50: Pushing [==================================================>] 7B/7B 52a7ea2bb533: Retrying...

Hi. I've been through all the previous post about deleting images and tags using the v2 api. (#1066 , #1068 ). I'm able to delete the latest tag using the...

Webhooks can allow the developers to build or set up integrations which subscribe to certain events on private docker registry. When one of those events is triggered, the private docker...

I've create an htpasswd file and a certificate (a `.crt` + `.key` files). After that I start my registry: ``` docker run -d -p 5000:5000 -p 444:443 --restart=always --name registry...

So that storage driver can decide to redirect to vendor upload and serving static URLs instead of serving the content dynamically.

enhancement

I have this problem: I try tu push an image in my public docker repository, but after some minutes I have this probel: enter image description here ![image](https://user-images.githubusercontent.com/10435738/28664454-de9970aa-72c0-11e7-8251-c5d2dd7e79af.png) and during...

Push a docker image to docker registry in s3 bucket. If the docker image name contain a slash, when using v1 search, it will return the image name with **%252F**...