Sign inSign up

geoservercloud/geoserver-cloud-wms

By geoservercloud

•Updated about 7 hours ago

GeoServer Cloud — WMS Service

Image
Web servers
Content management system
0

100K+

geoservercloud/geoserver-cloud-wms repository overview

⁠GeoServer Cloud — WMS Service

Web Map Service (WMS)⁠ microservice for GeoServer Cloud⁠. Renders geospatial data as map images (PNG, JPEG, etc.) on demand.

⁠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 WMS microservice. It serves the OGC WMS 1.1.1 and 1.3.0 protocols, including:

  • GetCapabilities, GetMap, GetFeatureInfo, GetLegendGraphic
  • SLD, CSS, and MBStyle styling extensions
  • Vector tile output
  • Raster rendering with Cloud Optimized GeoTIFF, ImagePyramid, and other input sources

The image is built on a GeoServer base layer and includes an AOT cache for fast JVM startup. It is intended to run behind the GeoServer Cloud Gateway⁠, which routes /wms 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

The WMS service is typically deployed together with the other GeoServer Cloud services via:

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

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

Check it's up:

curl http://localhost:9102/actuator/health

⁠Configuration

SettingDefaultNotes
HTTP port9102override with SERVER_PORT
Management port8102actuator endpoints
Profilesstandalone,datadirswap datadir for pgconfig or jdbcconfig to pick a catalog backend
Data directory${GEOSERVER_DATA_DIR}only used with datadir profile
HealthGET :8102/actuator/healthliveness & readiness
MetricsGET :8102/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:4c46de19b…

Size

578.9 MB

Last updated

about 7 hours ago

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