Replies: 1 comment 5 replies
-
|
Hey @flixman We have the same status as you, our CI is pushing the images always to dockerhub, and the local env is pulling it from our registry which is proxy-mirror to dockerhub. it is working well. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a private registry to which I can push/pull containers successfully. As I want to reduce the queries/traffic to docker hub while doing development, yesterday I enabled the proxy feature through the container environment variable
REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io. This works as expected for the pulls (both the images available locally on the registry and in docker.io can be pulled, with the latter ones being cached by the registry), but I have lost all possibility to push to my registry (I am getting a 500 Internal Server Error, and on the registry logs I am getting a 401 message with the description "denied: requested access to the resource is denied").Is this expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions