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

Docker: pulling image fails due to lack of latest tag #43

Closed
ruimaciel opened this issue Dec 12, 2018 · 3 comments
Closed

Docker: pulling image fails due to lack of latest tag #43

ruimaciel opened this issue Dec 12, 2018 · 3 comments
Assignees

Comments

@ruimaciel
Copy link

PyWPS lists docker pull pywps/flask-alpine as the docker pull command, but that command assumes the availability of a "latest" tag. As there is no latest tag neither in pywps/flask-alpine nor in pywps/flask-ubuntu then the docker pull command fails with the following error message:

rmam:docker_pywps$ docker pull pywps/flask-alpine
Using default tag: latest
Error response from daemon: manifest for pywps/flask-alpine:latest not found
@jorgejesus jorgejesus self-assigned this Dec 15, 2018
@jorgejesus
Copy link
Member

Until is is fixed please use the specific tags:

docker pull pywps/flask-alpine:3.6

@zoot-inge
Copy link

also for pywps/flask-ubuntu:16.0.4

why pywps/... and not geopython/...?

@jorgejesus
Copy link
Member

@zoot-wur We tried some time ago and there was some issue on the owership/bug on the docker repository. Created a ticket #54 didnt noticed that the pywps images where so outdated

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