https://github.com/peter-mount/geoserver
Docker images for Geoserver
https://github.com/peter-mount/geoserver
Last synced: 5 months ago
JSON representation
Docker images for Geoserver
- Host: GitHub
- URL: https://github.com/peter-mount/geoserver
- Owner: peter-mount
- Created: 2017-05-18T07:03:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T18:22:15.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T21:38:20.520Z (over 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geoserver
This is a docker container containing Geoserver
Note: This is a work in progress
## Environment Variables
PORT The port within the container to listen to. Default 8080
GEOSERVER_DATA_DIR The directory within the container that contains geoserver's persistent data. Default is /opt/data
## Branches
Each branch represents an official build of Geoserver, the version number is also the tag for the image.
Currently the following branches exist:
* 2.14.0 also builds as the latest tag.
* 2.13.2
* 2.12.4
* 2.13.0
Branches 2.14.0 or lower are all based on Java 8.
The master branch now represents a test build in preparation for Geoserver migrating to Java 11.
The master branch will generate the master tag for the image.