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

It will try to remove non-existing registry._setup_database.lock when search_backend setting to sqlalchemy Signed-off-by: Harrison Feng [email protected]

Hi, I've seen that starting from version 1.4 of the Docker Registry API there's an enhanced [`/v1/search` endpoint](https://docs.docker.com/v1.4/reference/api/registry_api/#search). It supports pagination and adjustment of how many pages will be shown...

I don't know much about proper dependency management in Python, though I'd guess this isn't the right solution. It is nonetheless _a_ fix for #985.

`docker-registry:0.9.1` fails when configured for CloudFront: ``` ERROR: Exception on /v1/images/ea13149945cb6b1e746bf28032f02e9b5a793523481a0a18645fc77ad53c4ea2/layer [GET] Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477,...

I am implementing a private docker-index, taking some guidance from http://docs.docker.com/reference/api/hub_registry_spec/. It seems to me that this documentation is not in line with the current implementation of the docker-registry (not...

documentation
hardening

After upgrading our containerized private registry to 0.9 via via `docker run -d --name docker-registry -v /var/lib/docker/registry:/tmp/registry -p 5000:5000 -e CORS_ORIGINS=[\'*\'] registry:0.9.0`, `/v1/_ping` (which used to return 200/"true" on

bug

① sudo docker run -d -p 5000:5000 -v /opt/data/registry:/tmp/registry registry ② install docker-registry $ sudo apt-get install build-essential python-dev libevent-dev python-pip libssl-dev liblzma-dev libffi-dev $ git clone https://github.com/docker/docker-registry.git $ cd...

The s3 backend is very nice and easy to deploy huge amounts of data. However there is only a switch for server side encryption which is fairly useless as you...

I am getting the following while using S3 as the storage. When i move to local, everything works fine. I am using the following command to start the registry docker...

bug