-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consul default docker tag is not there anymore #17973
Comments
Hi @SaraMohamedSamir Please use hashicorp/consul:latest instead. We have removed support for official images as per the announcement here: docker-library/docs#2283 and https://github.com/hashicorp/consul/releases/tag/v1.15.0. Will close as this is as designed. |
What's Next? |
Overview of the Issue
We used to use the default tag of consul images in docker hub (latest) but we notice today the the tag is not there anymore.
I used the following:
docker pull docker.io/consul:latest
but it fails with the following error:
Error response from daemon: manifest for consul:latest not found: manifest unknown: manifest unknown
same error happened when I used
docker pull consul
:It only worked when we hardcode the version, for us this is not handy and we always prefer to use the lates version tag.
The text was updated successfully, but these errors were encountered: