Closed tomkralidis closed 1 year ago
Thank you for reporting.
Indeed, this section of the README seems to be outdated.
Please see following manual how to build the Docker Image: https://github.com/opengeospatial/cite/wiki/How-to-create-Docker-Images-of-test-suites#create-docker-image-and-create-and-start-docker-container
Thanks. Rather than building locally, is the image on DockerHub (https://hub.docker.com/r/ogccite/ets-ogcapi-processes10) up to date (thus running with docker run -p 8081:8080 ogccite/ets-ogcapi-processes10
)?
No, Docker Hub just contains the latest release (0.2 in this case) which is one month old. Currently, this is the same status as the master branch. However, as soon as there will be new content on master branch, the tag on Docker Hub will be outdated (till next release is created).
In case you replace the command below:
git clone -b testbed17 https://github.com/GeoLabs/ets-ogcapi-processes10.git
With the following one:
git clone https://github.com/opengeospatial/ets-ogcapi-processes10.git
The procedure should work. Can you please confirm?
Still does not work.
Copy the Dockerfile
located in src1/ets-ogcapi-processes10
in your current directory then run the docker build
command or, use the following command for building the docker image:
docker build -f src1/ets-ogcapi-processes10/Dockerfile . -t teamengine/ogcapi-processes:latest
Thanks @gfenoy, the following worked:
docker build -f src1/ets-ogcapi-processes10/Dockerfile . -t teamengine/ogcapi-processes:latest
So +1 to update the README.
Describe the bug When trying to run the docker container locally as per the README, the following issues are encountered:
To Reproduce
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.