Skip to content

Commit

Permalink
Disable building community modules (#116)
Browse files Browse the repository at this point in the history
* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* fix import of gdal plugin

* Add instruction to add support for CORS

* added env variables for java startup options

* Enable marlin renderer

* Align develop with master (#102)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#71)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Fix various issues in the repo (#80)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* Fix posts store issue (#84)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* Fix gdal plugin install (#90)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* fix import of gdal plugin

* Add instruction for adding CORS (#91)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* fix import of gdal plugin

* Add instruction to add support for CORS

* Move GEOSERVER_OPTS to entrypoint.sh (#95)

* Move GEOSERVER_OPTS to entrypoint.sh and set default values for INITIAL_MEMORY and MAXIMUM_MEMORY

* MAINTAINER has been deprecated in favor of LABEL with the 'maintainer' key.

https://docs.docker.com/engine/reference/builder/#maintainer

* Add changes to INITIAL and MAXIMUM_MEMORY env vars to README

* Small formatting / markdown cleanup

* Add env variables for java in docker-compose (#98)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* fix import of gdal plugin

* Add instruction to add support for CORS

* added env variables for java startup options

* Marling render (#100)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#65)

* Develop (#63)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Develop (#64)

* removed tomcat apr and native install since tomcat base installs this

* add variable for resource directory

* modified wget requests

* upgrade Geoserver to version 2.15.0

* Fix gdal-data unzip and using latest postgis in docker compose (#66)

* Use postgres 11 and remove quotes from geoserver env password

* fix gdal-data unzip

* Add option for env variable for custom location of S3 properties file

* Fix bound mounts and add S3 env variable

* Changed exit code for update password script

* Modified scripts to solve loggin issues

* fix postgis store issue caused by conflicting jar file from backup and restore plugin

* fix import of gdal plugin

* Add instruction to add support for CORS

* added env variables for java startup options

* Enable marlin renderer

* GeoServer 2.16.0 (#104)

* use geoserver user and not root

* Increase geoserver version 2.15.2 to 2.16.0

* Minor changes: code layout

* Remove tomcat default apps

* Switch back to true for TOMCAT_EXTRAS...

as discussed here: #104 (comment)

* remove duplicated code in entrypoint

* Update docker-compose

* fix gdal plugin issue - still needs testing

* revert docker user and fix other issues with passwords etc

* remove control flow since it is now created in entrypoint

* add env variables for disabling xframe, setup s3 bucket, and control flow

* fix formating for readme

* Disable building community modules by default, they sometimes bring uninteneded consequences
  • Loading branch information
mazano committed Nov 27, 2019
1 parent 2f2c064 commit bcc11e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ ARG TOMCAT_EXTRAS=true

ARG WAR_URL=http://downloads.sourceforge.net/project/geoserver/GeoServer/${GS_VERSION}/geoserver-${GS_VERSION}-war.zip
## Would you like to install community modules
ARG COMMUNITY_MODULES=true
ARG COMMUNITY_MODULES=false
#Install extra fonts to use with sld font markers
RUN apt-get -y update; apt-get install -y fonts-cantarell lmodern ttf-aenigma ttf-georgewilliams ttf-bitstream-vera \
ttf-sjfonts tv-fonts build-essential libapr1-dev libssl-dev default-jdk gdal-bin libgdal-java
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -130,6 +130,7 @@ You can also use the following environment variables to pass arguments to GeoSer
* `FOOTPRINTS_DATA_DIR=<PATH>`
* `GEOWEBCACHE_CACHE_DIR=<PATH>`
* `GEOSERVER_ADMIN_PASSWORD=<password>`

In order to prevent clickjacking attacks GeoServer defaults to
setting the X-Frame-Options HTTP header to SAMEORIGIN. Controls whether the X-Frame-Options
filter should be set at all. Default is true
Expand Down

0 comments on commit bcc11e3

Please sign in to comment.