-
Notifications
You must be signed in to change notification settings - Fork 45
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
Build of docker image for GeoServer 2.22.4 is failing #120
Comments
The Dockerfile ADD statement is not following the URL redirect on Sourceforge and is downloading an HTML page instead of the zip file We may want to try with a RUN of Due to how the docker build is configured on docker hub which rebuilds also the docker images for older versions of geoserver we must be very careful not to break the other docker images already pushed to the Hub. I would actually change the way the images are built. It's too cumbersome, fragile and hard to maintain |
New PR with the fixed URLs tested on the docker hub build: Build is now green, docker images pulled and tested. |
I put to run the docker build for the newest-version branch: I tested this using docker pull locally and run the images, access to geoserver using admin, and preview several layers from the default catalog.
|
Addressed by #121 Thanks @fernandor777 |
There's a problem in the build during the download of the war file from SourceForge. The link is working fine in the browser.
It needs to be debugged by building the image locally
docker build --build-arg GEOSERVER_WEBAPP_SRC=https://netcologne.dl.sourceforge.net/project/geoserver/GeoServer/2.22.4/geoserver-2.22.4-war.zip --build-arg PLUG_IN_PATHS=./resources/geoserver-plugins -f Dockerfile -t index.docker.io/geosolutionsit/geoserver:2.22.4 .
The text was updated successfully, but these errors were encountered: