Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't docker pull the latest versions by tag #1871

Closed
drorg-stratoscale opened this issue Feb 4, 2019 · 3 comments
Closed

Can't docker pull the latest versions by tag #1871

drorg-stratoscale opened this issue Feb 4, 2019 · 3 comments

Comments

@drorg-stratoscale
Copy link

Can't docker pull the latest versions by tag.

For tags v0.17.0, v0.17.1, v0.17.2, v0.18.0 getting following error:

$  docker pull quay.io/goswagger/swagger:0.17.0
Error response from daemon: manifest for quay.io/goswagger/swagger:0.17.0 not found
$  docker pull quay.io/goswagger/swagger:0.17.1
Error response from daemon: manifest for quay.io/goswagger/swagger:0.17.1 not found
$  docker pull quay.io/goswagger/swagger:0.17.2
Error response from daemon: manifest for quay.io/goswagger/swagger:0.17.2 not found
$  docker pull quay.io/goswagger/swagger:0.18.0
Error response from daemon: manifest for quay.io/goswagger/swagger:0.18.0 not found

Thanks,
Dror

@gregmarr
Copy link
Contributor

gregmarr commented Feb 4, 2019

You're missing the v in the tag names in your pull.

@drorg-stratoscale
Copy link
Author

I see... all tags before 17 are without 'v', and all tags from 17 with 'v' :-)
Thanks.

@casualjim
Copy link
Member

yeah so people can use us with go modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants