When we are trying to pull a docker image with a specific tag, we are getting the following error:
Pulling repository docker.io/xxx/xxxx
Tag yyy not found in repository docker.io/xxx/xxxx
docker pull xxx/xxxx:yyy returned exit code 1
Action failed: docker pull xxx/xxxx:yyy
But the tag yyy is exists. when I’m running: docker pull xxx/xxxx:yyy from my computer it works correctly.
If i’m ssh’ing to the build machine, and runs docker pull xxx/xxxx:yyy, I’m getting the same error.
Is there any known issue? How could we fix it?
When I retried them a few hours late, the docker pull worked fine. Must have been a transient issue at the docker repository, or some issue in circle connection to it.
You both seem to be using Docker Hub, so perhaps that’s it. By default, pulls are encrypted, so CircleCI would have very little way to interfere with it.