Skip to content

Unable to pull METplus V5.1.0 container from Dockerhub #2305

Locked Answered by JohnHalleyGotway
jwraby asked this question in Installation
Discussion options

You must be logged in to vote

@jwraby I was able to replicate the behavior you describe through docker:

> docker pull dtcenter/metplus
Using default tag: latest
Error response from daemon: manifest for dtcenter/metplus:latest not found: manifest unknown: manifest unknown

The reason for this is that we recently removed the latest tag for METplus from DockerHub. When you don't specify the tag name you'd like, docker uses latest by default and that no longer exists.

The latest tag has lots of ambiguity and that's why we chose to remove it.

The fix is simple - just request one of the tag names that actually exists:
https://hub.docker.com/repository/docker/dtcenter/metplus/tags

For example, 5.1.0 is the most recent releas…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jwraby
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jwraby
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment