update readme regarding base image

pull/45/head
Andre Henn 2024-02-07 11:37:37 +01:00
parent eeb400a0b1
commit 71ea072fd2
No known key found for this signature in database
GPG Key ID: 776670F973DDECAA
1 changed files with 10 additions and 9 deletions

View File

@ -1,15 +1,16 @@
# A geoserver docker image # A GeoServer docker image
This Dockerfile can be used to create images for all geoserver versions since 2.5. This Dockerfile can be used to create images for all geoserver versions since 2.5.
* Debian based Linux * Based on the official [`tomcat` docker image](https://hub.docker.com/_/tomcat), in particular:
* OpenJDK 11
* Tomcat 9 * Tomcat 9
* GeoServer * JRE11 (eclipse temurin)
* Support of custom fonts (e.g. for SLD styling) * Ubuntu Jammy (22.04 LTS)
* CORS support * GeoServer installation is configurable and supports
* Support extensions * dynamic installation of extensions
* Support additional libraries * custom fonts (e.g. for SLD styling)
* CORS
* additional libraries
This README.md file covers use of official docker image, additional [build](BUILD.md) and [release](RELEASE.md) instructions are available. This README.md file covers use of official docker image, additional [build](BUILD.md) and [release](RELEASE.md) instructions are available.