Password protected mirror #25843
Unanswered
matejvasek
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are you sure that you did a |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am trying to set up mirror for for registry to save bandwidth. The mirror is password protected.
I have config looking like this:
I am logged into
registry.lan:5000
in bothpodman
anddocker
(actualdocker
CLI).All works nice and great when I use "containers tool" like
podman
orskopeo
. Sopodman pull
orskopeo copy
do use the mirror and call it with apropriate credentials. No problems there.However when I try to use podman as a docker daemon the registry is not called with the credentials. If I call
docker pull
(against podman daemon) the pull fails because credentials are not used send to the mirror.The podman daemon out:
The registry output:
Why is that? Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions