The latest version of this image use the latest stable version of Geoserver
On 11-02-2024:
- Geoserver stable version: 2.24.2
Since 01-01-2024 the image's tag system follow the official Geoserver's versions tag.
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.20.4
GS_DEMO_DATA=False
GS_INITIAL_MEMORY=1G
GS_MAXIMUM_MEMORY=4G
GS_HTTP_PORT=8600
Build for Compose: docker compose -f docker-compose.yml up -d --build
Edit web.xml
using the right PROXY_BASE_URL and GEOSERVER_CSRF_WHITELIST. After the edit use docker compose -f docker_compose_file.yml restart
.