This repository is based on a now deprecated version of the docker registry. It is recommended to use newer versions (>= 2) of the docker registry instead.
A containerized docker registry based on the official image, pre-configured with Postgres support for search indexing
A pre-built image is available at the Docker Hub Registry
docker run \
-e SETTINGS_FLAVOR=s3 \
-e AWS_BUCKET=mybucket \
-e STORAGE_PATH=/registry \
-e AWS_KEY=myawskey \
-e AWS_SECRET=myawssecret \
-e SQLALCHEMY_INDEX_DATABASE=postgresql://user:pass@postgres_host/docker_registry \
-p 5000:5000 \
jsallis/docker-registry-postgres