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 60 docker-registry-proxy issues
Sort by recently updated
recently updated
newest added

- support for auto install proxy config to many hosts

Hi, First of all ... excellent project !!!! I would like to know if there is any experience using this projects as a docker proxy for Harbor 2.X ? can...

Is authentication supported for this registry? I've set the below variable with both my password and a github token but I'm receiving the below error in the shell and log....

We have a scenario where the upstream server uses http2. We get a 426 response from the server https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/426 upon query

This PR disables the conversion of request method HEAD to GET when caching applies. As the documentation at http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_convert_head suggests, the cache key is extended with the method. In order...

Hello, I'm facing serious issues when pulling images using Docker 20.x. (20.10 in my case) The pull process is failing constantly with message: `Error response from daemon: missing or empty...

Inside our CI environment, we use [Kaniko](https://github.com/GoogleContainerTools/kaniko) to build Docker images. Kaniko support caching by pushing Docker image layers to a Docker registry. We use docker-registry-proxy for Docker caching inside...

Hi, we try to get the docker-registry-proxy working behing Traefik. In this case Traefik is used to manage certificates and DNS entries, but somehow we have no success in getting...

question

Hi, i need to have both options: for auth.docker.io a.) a paid team key b. ) the option for pull secrets in K8s to give users the possibility to access...