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

An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)

Results 56 docker-registry-proxy issues
Sort by recently updated
recently updated
newest added

This PR builds upon https://github.com/rpardini/docker-registry-proxy/pull/78 and cleans up a few things. It contains one non-backward compatible change. It affects only those who override `REGISTRIES` env var, use DockerHub, but do...

This PR adds two configurable options that allow users to provide their own Docker credentials: - Env `ALLOW_OWN_AUTH` (default `false`): Allow overriding the `AUTH_REGISTRIES` authentication with own Docker credentials if...

Everyone who can connect to the proxy, can retrieve images from private repos. In case where this is not desired, there could be an option to authenticate clients that are...

In an environment where not all images are allowed a allow/deny list would be great.

See https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ This has the potential to be disastrous for eg large k8s clusters in which almost every node will try to pull the same image. Docker says it will...

First of all thanks for this great project, its a great solution, and has saved gigabytes already I wish to run this container with podman so that I can uses...

Hi, while working with with the new nginx.conf ( with manifest cache), i observed an issue when accessing JFrogs artifactory repo. When having the nginx parameter proxy_cache_revalidate set to on,...

Currently partially downloaded layers are not cached. If the download stopped before completion, a new docker pull will start the download from scratch. Please implement partial download caching. This is...