Closed Jaesang closed 3 years ago
@rpardini I read this issue https://github.com/rpardini/docker-registry-proxy/issues/75, so I tried to set VERIFY_SSL=false
and pull image successfully. As per your advice, I'm trying to apply ssl to my local repo. Thank you again for making a good project.
Again, I can not stress this too much: disabling SSL verification disables it for ALL the upstreams, even DockerHub. This leaves you vulnerable to a number of attacks, not only between this and your insecure registry, but between this and any registry even if unrelated. Don't do it.
Hi, I tried this project while looking for a way to build a local registry in offline env, It's fantasitc, Thanks a lot!
I have one issue with ssl, We use our local registry using http, so config insecure registries in daemon.json.
So, I ran container by below command.
but when I tried to pull image to this registry,
docker-registry-proxy
return error, this is log about that.docker-registry-proxy
logI couldn't find any config about insecure private registry.
Is there any solution to solve this? I'm not familar to config nginx.conf, so It's too difficult to modify.
Thanks.