geopython / pywps-flask

Demo service for PyWPS 4 with Flask
MIT License
21 stars 31 forks source link

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

Closed ruimaciel closed 4 years ago

ruimaciel commented 5 years ago

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 commented 5 years ago

Until is is fixed please use the specific tags:

docker pull pywps/flask-alpine:3.6
zoot-inge commented 4 years ago

also for pywps/flask-ubuntu:16.0.4

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

jorgejesus commented 4 years ago

@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