File tree Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 99# See https://github.com/kartoza/docker-geoserver/issues/232#issuecomment-808754831
1010# The version is used for representation in CanarieAPI, while the full tag is used to reference the image.
1111export GEOSERVER_DOCKER = " pavics/geoserver"
12- export GEOSERVER_VERSION = " 2.25 .2"
13- export GEOSERVER_TAGGED = " 2.25 .2--v2024.06.25 -kartoza"
12+ export GEOSERVER_VERSION = " 2.27 .2"
13+ export GEOSERVER_TAGGED = " 2.27 .2--v2025.08.05 -kartoza"
1414export GEOSERVER_IMAGE = " ${ GEOSERVER_DOCKER } :${ GEOSERVER_TAGGED } "
1515
1616export GEOSERVER_ADMIN_USER = " admin"
1717
1818# # Install the stable plugin specified in
19- # https://github.com/kartoza/docker-geoserver/blob/master /build_data/stable_plugins.txt
19+ # https://github.com/kartoza/docker-geoserver/blob/develop /build_data/stable_plugins.txt
2020export GEOSERVER_STABLE_EXTENSIONS = " grib-plugin,\
21+ ogcapi-features-plugin,\
2122netcdf-plugin,\
2223netcdf-out-plugin,\
2324csw-iso-plugin,\
2425metadata-plugin"
2526
2627# Install the community edition plugins specified in
27- # https://github.com/kartoza/docker-geoserver/blob/master/build_data/community_plugins.txt
28+ # https://github.com/kartoza/docker-geoserver/blob/develop/build_data/community_plugins.txt
29+ # ogcapi-features-plugin moved to stable_plugins in 2.27.0 but kept here for
30+ # back-compat with older version of GeoServer image.
2831export GEOSERVER_COMMUNITY_EXTENSIONS = " geopkg-plugin,\
2932ogcapi-coverages-plugin,\
3033ogcapi-dggs-plugin,\
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ services:
1313 container_name : raven
1414 environment :
1515 PYWPS_CFG : /wps.cfg
16+ # Keep for backward-compat with older RavenWPS.
1617 GEO_URL : " ${RAVEN_GEO_URL}"
18+ # Forward-compat with newer RavenWPS not yet in this stack.
19+ RAVEN_GEOSERVER_URL : " ${RAVEN_GEO_URL}"
20+ RAVENPY_GEOSERVER_URL : " ${RAVEN_GEO_URL}"
1721 volumes :
1822 - ./config/raven/wps.cfg:/wps.cfg
1923 - /tmp
Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ for item in $GEOSERVER_DATA_DIR/ $JUPYTERHUB_USER_DATA_DIR/ $MAGPIE_PERSIST_DIR/
5858done
5959
6060if [ ! x" $FORCE_MODE " = xforce ]; then
61- echo " Dry-run mode, not executing ' $COMPOSE_DIR /deployment/fix-geoserver-data-dir-perm' and other permission fixup"
61+ echo " Dry-run mode, not executing various permission fixup"
6262else
63- $COMPOSE_DIR /deployment/fix-geoserver-data-dir-perm
6463
6564 docker run --rm --name fix-jupyter-data-dir-perm \
6665 --volume ${JUPYTERHUB_USER_DATA_DIR} :/datadir \
You can’t perform that action at this time.
0 commit comments