Skip to content

A customized GeoServer image with key extensions pre-installed.

BerkeleyLibrary/geoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoServer Docker Image

A Tomcat-based Docker image that installs and runs GeoServer with its CAS and GDAL plugins.

Building the image

To build the default image:

docker compose build

You can also optionally set GEOSERVER_VERSION to the specific version of GeoServer you want built. The CAS and GDAL plugins are fetched relative to that version. Note that this is a Dockerfile build argument; it's just passed thru via the environment:

GEOSERVER_VERSION=2.27.3 docker compose build

Running / testing

The following starts the app on localhost:8080. The test script just verifies that the default GeoServer login page is present.

docker compose up --wait
docker compose exec app run-tests

About

A customized GeoServer image with key extensions pre-installed.

Resources

Stars

Watchers

Forks

Packages