Sign inSign up

geoservercloud/geoserver-cloud-gwc

By geoservercloud

Updated about 10 hours ago

GeoServer Cloud — GeoWebCache Service

Image
Web servers
Content management system
0

100K+

geoservercloud/geoserver-cloud-gwc repository overview

GeoServer Cloud — GeoWebCache Service

GeoWebCache tile-cache microservice for GeoServer Cloud. Accelerates WMS and map-viewer rendering by caching pre-rendered tiles.

About GeoServer Cloud

GeoServer is an open-source server for sharing geospatial data. GeoServer Cloud repackages GeoServer as a set of independently deployable and scalable microservices built on Spring Boot and Spring Cloud.

What this image provides

A self-contained GeoWebCache microservice, supporting:

  • WMTS, WMS-C, TMS, and KML tile protocols
  • Vector tiles (MVT/PBF)
  • Truncation and seeding operations
  • Pluggable blob stores: local filesystem, S3, Azure Blob, Google Cloud Storage

The image is built on a GeoServer base layer and includes an AOT cache for fast JVM startup. It runs behind the GeoServer Cloud Gateway, which routes /gwc requests to it.

Tags

  • <version> — stable release (e.g. 3.0.0)
  • <version>-RC<n> — release candidate (e.g. 3.0.0-RC1)
  • <version>-SNAPSHOT — development snapshot from main

No latest tag is published — always pin to a specific version. Images are multi-arch (linux/amd64, linux/arm64) and signed with cosign.

Quick start

Deploy together with the other GeoServer Cloud services via:

Standalone smoke test (no config server, no catalog, no data):

docker run --rm -p 9107:9107 \
  -e SPRING_PROFILES_ACTIVE=standalone,datadir \
  -e GEOSERVER_DATA_DIR=/tmp/datadir \
  geoservercloud/geoserver-cloud-gwc:3.0.0-SNAPSHOT

Configuration

SettingDefaultNotes
HTTP port9107override with SERVER_PORT
Management port8107actuator endpoints
Profilesstandalone,datadirswap datadir for pgconfig or jdbcconfig to pick a catalog backend
Data directory${GEOSERVER_DATA_DIR}only used with datadir profile
Tile cache dir${GWC_CACHE_DIR}persistent volume recommended for disk blobstore
HealthGET :8107/actuator/healthliveness & readiness
MetricsGET :8107/actuator/prometheusPrometheus scrape target

See the Externalized configuration guide for the full list of profiles and options.

Support

Tag summary

Content type

Image

Digest

sha256:a6c48c050

Size

562.6 MB

Last updated

about 10 hours ago

docker pull geoservercloud/geoserver-cloud-gwc:3.0.2-SNAPSHOT