bludit / docker

Dockerfile and Kubernetes Deployment
21 stars 16 forks source link

Image with latest-tag not available from Docker Hub #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

When running docker pull bludit/docker the pull doesn't work.

:~# 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.

Is it a Docker Hub issue? https://hub.docker.com/r/bludit/docker/builds/

dignajar commented 6 years ago

Hi, by mistake I deleted the tag latest, I recrete it. Thank for report it.

ghost commented 6 years ago

Thanks the tag is available again =)