Current release line: dg2.24.2-r2026.1
This repository currently targets GeoServer 2.24.2. Release-readiness work for the dg2.24.2-r2026.1 line is intentionally separate from the future proposal that will jump to a newer upstream stable series.
Username: admin
Password: geoserver
- GDAL
- Importer
- JP2K Plugin
- Monitoring
- Cross-layer filtering
- Vector Tiles
- Web Coverage Service 2.0 Earth Observation extensions
- WMTS Multidimensional
- libjpeg-turbo Map Encoder Extension
- INSPIRE
Use .env to customize your version:
GS_VERSION=2.24.2
GS_DEMO_DATA=False
GS_INITIAL_MEMORY=2G
GS_MAXIMUM_MEMORY=6G
GS_HTTP_PORT=8600
Base stack: docker compose -f staging.yml up -d --build
NGINX stack: docker compose -f staging-nginx.yml up -d --build
Primary release tags follow dg<geoserver-version>-r<year>.<revision>.
Current example:
dg2.24.2-r2026.1
See docs/guides/release-policy.md for the release flow and validation checklist.
files/tomcat/tomcat-users.xmlandfiles/tomcat/web.xmlare active in the current image build.files/geoserver/web.xmlandfiles/tomcat/context.xmlare tracked but intentionally inactive in the current2.24.2release path.files/geoserver/extensions.txtis a reference list only. The active extension source of truth isscripts/download-extensions.sh.- The current NGINX path is driven by
staging-nginx.ymlandnginx/files/geoserver.conf.