Description
docker stack deploy never seems to be able to pull images from our private registry at docker.pkg.github.com. We always get this error:
image docker.pkg.github.com/myorg/myrepo/myimage:mytag could not be accessed on a registry to record
its digest. Each node will access docker.pkg.github.com/myorg/myrepo/myimage:mytag independently,
possibly leading to different nodes running different
versions of the image.
- I use the command
docker login docker.pkg.github.com && docker stack deploy --with-registry-auth -c stack.yml mystack.
- Using
docker pull docker.pkg.github.com/myorg/myrepo/myimage:mytag works.
- Looking at the
journalctl logs, I don't see any related errors.
Thanks!
Additional information you deem important (e.g. issue happens only occasionally):
Output of docker version:
Client: Docker Engine - Community
Version: 19.03.5
API version: 1.40
Go version: go1.12.12
Git commit: 633a0ea838
Built: Wed Nov 13 07:50:12 2019
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.5
API version: 1.40 (minimum version 1.12)
Go version: go1.12.12
Git commit: 633a0ea838
Built: Wed Nov 13 07:48:43 2019
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.10
GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339
runc:
Version: 1.0.0-rc8+dev
GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
docker-init:
Version: 0.18.0
GitCommit: fec3683
Description
docker stack deploynever seems to be able to pull images from our private registry atdocker.pkg.github.com. We always get this error:docker login docker.pkg.github.com && docker stack deploy --with-registry-auth -c stack.yml mystack.docker pull docker.pkg.github.com/myorg/myrepo/myimage:mytagworks.journalctllogs, I don't see any related errors.Thanks!
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version: