Sign inSign up

geoservercloud/geoserver-cloud-wps

By geoservercloud

Updated 20 minutes ago

GeoServer Cloud — WPS Service

Image
Web servers
Content management system
0

50K+

geoservercloud/geoserver-cloud-wps repository overview

GeoServer Cloud — WPS Service

Web Processing Service (WPS) microservice for GeoServer Cloud. Executes geospatial computations (buffers, intersections, rasters algebra, rendering transformations) as OGC WPS processes.

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 WPS microservice, supporting:

  • WPS 1.0.0 and 2.0.0
  • GetCapabilities, DescribeProcess, Execute (synchronous and asynchronous)
  • The full GeoTools process library: vector, raster, geometry, and rendering transformations
  • Integration with the WFS and WCS services for input and output

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 /wps 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 9104:9104 \
  -e SPRING_PROFILES_ACTIVE=standalone,datadir \
  -e GEOSERVER_DATA_DIR=/tmp/datadir \
  geoservercloud/geoserver-cloud-wps:3.0.0-SNAPSHOT

Configuration

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

Size

509.7 MB

Last updated

20 minutes ago

docker pull geoservercloud/geoserver-cloud-wps:2.28.5-SNAPSHOT