GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.43k stars 1.12k forks source link

geonode/geoserver docker image #10331

Open sanderpukk opened 1 year ago

sanderpukk commented 1 year ago

Expected Behavior

Pull image, download data, run

Actual Behavior

Pull image, cant download data, missing. Cant run

Steps to Reproduce the Problem

  1. Follow https://hub.docker.com/r/geonode/geoserver instructions

Specifications

The data is missing: https://build.geo-solutions.it/geonode/geoserver/latest/ The data itself is not a problem, but we dont know the structure and what the image is expecting. Would be nice to see the data and its structure.

sanderpukk commented 1 year ago

Any progress on that part? Overall the docker image has too many dependencies from outside sources and those dependencies have outside sources. Makes it really hard to deploy in production and with specific network rules.

ridoo commented 1 year ago

The geonode/geoserver image is meant to run just in context of a GeoNode docker-compose setup. The Readme even says so:

This is a docker image that eases setting up a GeoServer running specifically for GeoNode with an additional separated data directory.

So if you want to run a standalone geoserver, go ahead with kartoza/geoserver for example.

I propose to close this issue with wontfix.

sanderpukk commented 1 year ago

But that doesnt solve the issue there:

https://hub.docker.com/r/geonode/geoserver Before run the container, dowload lastest data-2.xx.x.zip file from https://build.geo-solutions.it/geonode/geoserver/latest/

There is no such data package to be downloaded. It is 404 webpage.