Giter Site home page Giter Site logo

Comments (4)

randomorder avatar randomorder commented on July 16, 2024

The Dockerfile ADD statement is not following the URL redirect on Sourceforge and is downloading an HTML page instead of the zip file

Image

We may want to try with a RUN of wget / curl instead of the ADD $URL. The is documentation available here: https://sourceforge.net/p/forge/documentation/Downloading%20files%20via%20the%20command%20line/

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

from docker-geoserver.

fernandor777 avatar fernandor777 commented on July 16, 2024

New PR with the fixed URLs tested on the docker hub build:
#119

Build is now green, docker images pulled and tested.

from docker-geoserver.

fernandor777 avatar fernandor777 commented on July 16, 2024

I put to run the docker build for the newest-version branch:
https://hub.docker.com/repository/registry-1.docker.io/geosolutionsit/geoserver/builds/fcb2e3f1-f8eb-405c-90eb-bb7d32e5e03e

I tested this using docker pull locally and run the images, access to geoserver using admin, and preview several layers from the default catalog.

docker pull geosolutionsit/geoserver:2.23.1
docker run -p 8080:8080 geosolutionsit/geoserver:2.23.1
docker pull geosolutionsit/geoserver:2.22.4
docker run -p 8080:8080 geosolutionsit/geoserver:2.22.4

from docker-geoserver.

randomorder avatar randomorder commented on July 16, 2024

Addressed by #121

Thanks @fernandor777

from docker-geoserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.