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

Hi, I'm currently using docker-registry-proxy to reach a gitlab registry from a k8s cluster using docker-engine. it works fine, but being inside a corporate network means that I cannot reach...

`test` GHA workflow doesn't work against master. pulls from `k8s.gcr.io/pause:3.3` fail when done through the proxy. See https://github.com/rpardini/docker-registry-proxy/actions/runs/3312524678/jobs/5469295120

Hello, I am trying to use docker-registry-proxy to proxy and cache request to GAR domains, but it does not work as expected. docker pull: ``` docker pull us-docker.pkg.dev///test-vitalii:test1 test1: Pulling...

Hi, I am trying to get this proxy working behind another nginx on 443. This is my nginx configuration, could you help me to get this working? Unfortunately, I am...

I've got this error on redirect ```2024-10-07T11:40:12.586889750Z {"access_time":"07/Oct/2024:11:40:12 +0000","upstream_cache_status":"","method":"GET","uri":"/v2/","request_type":"unknown","status":"302","bytes_sent":"33","upstream_response_time":"0.028","host":"k8s.gcr.io","proxy_host":"k8s.gcr.io","upstream":"209.85.202.82:443"} 2024-10-07T11:40:12.658283721Z {"access_time":"07/Oct/2024:11:40:12 +0000","upstream_cache_status":"","method":"GET","uri":"/v2/pause/manifests/3.2","request_type":"manifest-secondary","status":"500","bytes_sent":"177","upstream_response_time":"","host":"k8s.gcr.io","proxy_host":"","upstream":""} 2024-10-07T11:40:12.658381759Z 2024/10/07 11:40:12 [error] 118#118: *33671357 invalid URL prefix in "", client: 127.0.0.1, server: _, request: "GET /v2/pause/manifests/3.2...

There's some docs in this repo relating to authenticating to private registries. They show how to use a username and password to authenticate. Our registry is a Replicated proxy, and...

Per [this](https://github.com/rpardini/docker-registry-proxy/issues/168) issue I think there is a problem in these setup instructions because (at least for zsh) the shell doesn't like the combination of !" and this means that...

There's an unclosed " somewhere in the setup script for kind listed in the docs: ``` KIND_NAME=${k8ssandra-0} SETUP_URL=http://docker-registry-proxy:3128/setup/systemd pids="" for NODE in $(kind get nodes --name "$KIND_NAME"); do docker exec...

## Issue The command able to start the proxy fails ``` podman run --rm --name docker_registry_proxy -it \ --net kind --hostname docker-registry-proxy \ -p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=true \ -v $(pwd)/docker_mirror_cache:/docker_mirror_cache...