You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
$ ls -1t
data-9.8.7.zip
data-2.18.2.zip
README.rst
download.sh*
Dockerfile
docker-compose.yml
Problem is the Dropbox URL: https://github.com/GeoNode/data-docker/blob/2.18.2/download.sh#L17: curl -k -L -O https://www.dropbox.com/s/q0qc2t7d9alo9fk/data-$GEOSERVER_VERSION.zip && \
The middle part (q0qc2t7d9alo9fk) is not an ID for the dropbox directory containing the artifacts instead seems to be a unique id for the artifact itself and as a consequence, setting the GEOSERVER_VERSION does not have any effect
The text was updated successfully, but these errors were encountered:
download.sh is always downloading the same version of the artifact (datadir)
to reproduce:
Problem is the Dropbox URL: https://github.com/GeoNode/data-docker/blob/2.18.2/download.sh#L17:
curl -k -L -O https://www.dropbox.com/s/q0qc2t7d9alo9fk/data-$GEOSERVER_VERSION.zip && \
The middle part (q0qc2t7d9alo9fk) is not an ID for the dropbox directory containing the artifacts instead seems to be a unique id for the artifact itself and as a consequence, setting the
GEOSERVER_VERSION
does not have any effectThe text was updated successfully, but these errors were encountered: