terrestris / docker-geoserver

A basic docker geoserver image with JAI and marlin renderer running on tomcat
22 stars 21 forks source link

feature: Download configured extensions on startup #33

Closed buehner closed 2 years ago

buehner commented 2 years ago

This introduces a new feature:

By setting the new INSTALL_EXTENSIONS environment variable to true and configuring a comma separated list of extensions in the new env STABLE_EXTENSIONS, the startup script will download and install these extensions before starting the tomcat.

Probably you do not want to use this feature in production, but for quick or dev setups, this can be very helpful as you do not have to care about all of your extensions in the correct version, but can simply configure them.

See docker compose demo