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

Hi, i have installed a private registry and trying to perform docker search :5000/a but getting below issue : Error response from daemon: Unexpected status code 404 Please suggest how...

I try to deploy an insecure Docker Registry on a CentOS7 server: `docker run -d -p 5000:5000 --restart=always --name registry registry:2` I configured docker like this: ``` # /etc/docker/daemon.json {...

Hi, I am getting following error when i am using registry:2 and along tls certificates for http registry_1 | time="2015-12-30T18:59:56Z" level=warning msg="No HTTP secret provided - generated random secret. This...

When we set DISABLE_TOKEN_AUTH to true, there are two functions that should check the flag, but only one function does. So we add the check in both check_token() and validate_parent_access()....

I seem to be unable to find out how to delete an image from the repository. The documentation doesn't seem to make any reference to it. As the list of...

delete

add feature to cleanup docker registry storage:remove history images The blow script work fine for me :) ``` #!/bin/bash # script for delete history images d=""; if [ -z "$1"...

delete

I've been able to set up a private docker registry using the last version of image `distribution/registry:master` with authorization and TLS. So, I'm able to log in on my private...

I believe we had a failed push, which broke a repo in our registry. The logs from the push look like it hung, and was eventually killed. This seem to...

bug

# Issue Report I've created a private docker registry with TLS and authorization: I perform this container in order to start it: ``` $ docker run -d -p 5000:5000 --restart=always...

This was originally reported at https://github.com/GoogleCloudPlatform/docker-registry/issues/22 It seems when performing "docker pull foo/bar:sometag" the repository performs a linear scan of ALL tags in "foo/bar". When backed by object storage systems...

bug