containous / traefik-library-image

ARCHIVED
https://github.com/traefik/traefik-library-image
Apache License 2.0
219 stars 60 forks source link

Problem downloading traefik:v1.5.4 (actual :latest) #25

Closed joariasl closed 6 years ago

joariasl commented 6 years ago

docker pull traefik:v1.5.4

v1.5.4: Pulling from library/traefik no matching manifest for linux/amd64 in the manifest list entries

but docker pull traefik:v1.5.3

v1.5.3: Pulling from library/traefik 5d3835484afe: Pull complete 0feefa6e9e49: Pull complete Digest: sha256:d277007b55a8a8d972b1983ef11387d05f719821a2d2e23e8fa06ac5081a302f Status: Downloaded newer image for traefik:v1.5.3

hermanocabral commented 6 years ago

Build/Docker Build seems to be broken, it happens every now and then unfortunately with not only this repo. From my experience you just have to wait a few for it to go back to normal.

Pro tip: setup a local mirror for docker hub, saves you a lot of pain having images cached locally.

emilevauge commented 6 years ago

Indeed, the 1.5.4 release has still not been built. We are on it: https://github.com/docker-library/official-images/pull/4129#issuecomment-373621107

emilevauge commented 6 years ago

It finally works :tada:, closing this one then :)