Closed ghost closed 6 years ago
When running docker pull bludit/docker the pull doesn't work.
docker pull bludit/docker
:~# docker pull bludit/docker Using default tag: latest Error response from daemon: manifest for bludit/docker:latest not found
Why is the latest tag missing?
Using docker pull bludit/docker:3.4.0 works. But documentation on Github and Docker Hub state the latest tag, only.
docker pull bludit/docker:3.4.0
Is it a Docker Hub issue? https://hub.docker.com/r/bludit/docker/builds/
Hi, by mistake I deleted the tag latest, I recrete it. Thank for report it.
latest
Thanks the tag is available again =)
When running
docker pull bludit/docker
the pull doesn't work.Why is the latest tag missing?
Using
docker pull bludit/docker:3.4.0
works. But documentation on Github and Docker Hub state the latest tag, only.Is it a Docker Hub issue? https://hub.docker.com/r/bludit/docker/builds/