Skip to content

Commit 7f6f10b

Browse files
committed
feat: update to GeoServer 3
1 parent 43d23b3 commit 7f6f10b

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

Dockerfile

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
77
ARG BUILD_GDAL=false
88
ARG PROJ_VERSION=9.7.0
99
ARG GDAL_VERSION=3.12.0
@@ -161,13 +161,16 @@ ARG ADDITIONAL_FONTS_PATH=./additional_fonts/
161161
ARG ADDITIONAL_LIBS_PATH=./additional_libs/
162162
ARG WAR_PATH=./geoserver/
163163
ARG 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/
165166
ARG GS_VERSION
166167
ARG GS_BUILD=release
167168
ARG GS_DATA_PATH=./geoserver_data/
168169
ARG 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
171174
ARG WAR_ZIP_FILE=geoserver-${GS_VERSION}-war.zip
172175

173176
# Environment variables

docker-compose-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)