File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG BUILDER_BASE_IMAGE=eclipse-temurin:17.0.17_10 -jdk-noble@sha256:37823ac22e65c6248a897229583835089aa06337ba4477a2878533655333f44d
1+ ARG BUILDER_BASE_IMAGE=eclipse-temurin:21 -jdk-noble
22
33# For GeoServer 3.0.0 tomcat:11.0-jdk21-temurin-noble required
4- ARG GEOSERVER_BASE_IMAGE=tomcat:9.0.112-jdk17 -temurin-noble@sha256:643f23af145fc596f464e2e0533b3dab2bcef7fc71052121f955d94713a85dfd
4+ ARG GEOSERVER_BASE_IMAGE=tomcat:11.0-jdk21 -temurin-noble
55
6- ARG GS_VERSION=2.28.0
6+ ARG GS_VERSION=3.0-SNAPSHOT
77ARG BUILD_GDAL=false
88ARG PROJ_VERSION=9.7.0
99ARG GDAL_VERSION=3.12.0
@@ -161,13 +161,16 @@ ARG ADDITIONAL_FONTS_PATH=./additional_fonts/
161161ARG ADDITIONAL_LIBS_PATH=./additional_libs/
162162ARG WAR_PATH=./geoserver/
163163ARG BUILD_GDAL
164- ARG COMMUNITY_PLUGIN_URL=''
164+ # TODO GS3 revert to original value once GS3 is released
165+ ARG COMMUNITY_PLUGIN_URL=https://build.geoserver.org/geoserver/main/community-latest/
165166ARG GS_VERSION
166167ARG GS_BUILD=release
167168ARG GS_DATA_PATH=./geoserver_data/
168169ARG INSTALL_PREFIX
169- ARG STABLE_PLUGIN_URL=https://downloads.sourceforge.net/project/geoserver/GeoServer/${GS_VERSION}/extensions
170- ARG WAR_ZIP_URL=https://downloads.sourceforge.net/project/geoserver/GeoServer/${GS_VERSION}/geoserver-${GS_VERSION}-war.zip
170+ ARG STABLE_PLUGIN_URL=https://build.geoserver.org/geoserver/main/ext-latest/
171+ # TODO GS3 revert to original value once GS3 is released
172+ ARG WAR_ZIP_URL=https://build.geoserver.org/geoserver/main/geoserver-main-latest-war.zip
173+ # TODO GS3 revert to original value once GS3 is released
171174ARG WAR_ZIP_FILE=geoserver-${GS_VERSION}-war.zip
172175
173176# Environment variables
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 build :
55 context : .
66 args :
7- - GS_VERSION=2.28.0
7+ - GS_VERSION=3.0-SNAPSHOT
88 ports :
99 - " 80:8080"
1010 environment :
You can’t perform that action at this time.
0 commit comments