User mis match during docker pull images from private docker hub #992
Unanswered
yuvrajalpha
asked this question in
General
Replies: 1 comment 2 replies
-
You are mounting the docker config into watchtower right? That file holds the credentials and watchtower uses whatever user defined for the repo to authenticate. Perhaps you have more than one docker config? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
We saw the different user was trying to pull latest docker image from docker hub repo.
For example ,
We used below login credential for docker login on my system,
We expected that abcd user need to pull latest image from docker hub during Scheduled time ,But We found below message in watchtower debug logs
that xyz_name user trying to pull latest image from docker hub
-----------------******************----------------------
watchtower | time="2021-06-10T13:08:48Z" level=debug msg="Loaded auth credentials {xyz_name xyz123$ } for repo/image_name"
-----------------******************----------------------
Can you please tell us from where that xyz_name user is in picture?
Even though abcd is user or owner on docker hub, we observed same behaviour.
Beta Was this translation helpful? Give feedback.
All reactions