Andre Henn
7bd08f9734
use current geoserver stable release v2.24.1
2023-12-11 10:55:23 +01:00
Andre Henn
1b9b033dee
increase tomcat version to v9.0.83
2023-12-11 10:36:04 +01:00
jashan
7c087d2f46
- Added reference to JAVA and CATALINA docs
...
- Added reference to the osgeo repository
2023-12-02 11:09:54 +09:00
jashan
6e80acf8cd
- Separate table for non-configurable Vars
2023-12-02 11:09:54 +09:00
jashan
5c44368b20
Updated README.md with env vars
2023-12-02 11:09:54 +09:00
Nils Bühner
ec6273055a
Merge pull request #31 from mbosecke/jndi
...
Added support for a PostgreSQL JNDI resource.
2023-11-13 16:06:42 +01:00
Mitchell Bösecke
8be469744c
Fixed default value for JNDI resource.
...
In Apache tomcat we have to name it "jdbc/postgres" while in Geoserver we have to name it "java:comp/env/jdbc/postgres".
2023-11-09 10:04:28 -07:00
Mitchell Bösecke
70d948e7c8
Increasing default max size of JNDI connection pool from 8 to 25. It just feels like a more reasonable default value.
2023-11-09 08:59:33 -07:00
Mitchell Bösecke
d688d24e7a
Added support for a PostgreSQL JNDI resource.
...
- Included a blurb on the README.md
- Provides a default "context.xml" that a user can easily configure using environment variables.
- Provides a mechanism for the user to override the default "context.xml" with their own version of the file for more advanced customization of the connection pool.
Heavily inspired by the work done at https://github.com/kartoza/docker-geoserver .
2023-11-09 08:59:33 -07:00
Nils Bühner
debdb6cd9f
Merge pull request #33 from buehner/set-versions
...
fix: Use consistent version number in Dockerfile
2023-11-09 10:30:03 +01:00
Nils Bühner
42e972b178
fix: Use consistent version number in Dockerfile
2023-11-09 10:24:22 +01:00
Nils Bühner
dba44a78ea
Merge pull request #32 from petersmythe/patch-1
...
Implement EXPOSE port
2023-11-09 09:26:07 +01:00
Nils Bühner
f6b7290076
Merge pull request #28 from terraware/ng/cors-allow-credentials
...
Add support for `access-control-allow-credentials` CORS header when `CORS_ALLOWED_ORIGINS` is not a wildcard
2023-11-09 09:25:12 +01:00
Peter Smythe
af266d7060
Implement EXPOSE port
...
See https://docs.docker.com/engine/reference/builder/#expose
2023-11-08 17:39:14 +02:00
Nils Bühner
94c9f17ddc
Merge pull request #30 from buehner/latest-tomcat
...
Use latest tomcat
2023-10-25 11:18:01 +02:00
Nils Bühner
09b73e4ada
Use latest tomcat
2023-10-25 11:16:12 +02:00
Jody Garnett
ec67a9429f
[GEOS-11169] main is now 2.25.x
2023-10-23 00:37:30 -04:00
Jody Garnett
d4656efdf3
[GEOS-11169] Correct release.sh STABLE_PLUGIN_URL and COMMUNITY_PLUGIN_URL
2023-10-23 00:28:04 -04:00
Peter Smythe
66456cdf83
Handle Release Candidate branches
2023-09-30 11:45:35 -07:00
Nick Graziano
a20e2942b3
Add CORS_ALLOW_CREDENTIALS env param that controls cors.support.credentials value, defaults to false, only applies if true and CORS_ALLOWED_ORIGINS is not wildcard. Update README with CORS env vars and PROXY_BASE_URL
2023-08-31 10:20:05 -06:00
Nick Graziano
7c36851a05
Add support for access-control-allow-credentials CORS header when CORS_ALLOWED_ORIGINS is not a wildcard
2023-08-30 12:58:31 -06:00
Nils Bühner
d151510c1e
Merge pull request #25 from buehner/fix-doc-link
...
Fix link to BUILD.md
2023-07-10 10:17:30 +02:00
Nils Bühner
d092644d59
Fix link to BUILD.md
2023-07-10 10:14:40 +02:00
Nils Bühner
786009ef61
Merge pull request #24 from zionio/marlin-jdk11
...
org.marlin.pisces to sun.java2d.marlin
2023-07-10 10:11:50 +02:00
Andrea
a7786d605b
org.marlin.pisces to sun.java2d.marlin
2023-07-07 22:26:01 +02:00
Jody Garnett
e739b288d6
Remove use of RUN here doc syntax as feature is not supported by version of docker used on build server
2023-06-07 21:00:57 -07:00
Jody Garnett
a1cec7cc07
Use jenkins build number to trigger a new download for re-release or nightly build
...
This is required as --no-cache-filter is not supported by the version of docker used on the build server
2023-06-07 20:49:29 -07:00
Andreas Watermeyer
2d0483bee5
Graceful tomcat shutdown
2023-06-07 20:10:18 -07:00
Jody Garnett
236339ad82
Use multi-stage build to avoid caching snapshot download
2023-06-07 20:09:47 -07:00
Jody Garnett
9158bc61c7
Revise release.sh based on build.geoserver.org testing
2023-04-28 16:48:18 -07:00
Jody Garnett
28a182c964
Update release.sh to support nightly builds
2023-04-28 16:35:57 -07:00
Jody Garnett
1afa2c8cd1
Support for nightly builds
2023-04-28 16:35:57 -07:00
Jody Garnett
b470f7835d
Break readme into smaller files as build and release instructions are getting longer
2023-04-28 16:35:57 -07:00
Nils Bühner
4d24e622d0
Merge pull request #20 from dnavre/patch-1
...
Making sure additional fonts are correctly counted
2023-04-20 09:19:13 +02:00
Yervand Aghababyan
c8217f80e5
Making sure additional fonts are correctly counted
...
Currently the additional fonts installation fails as they are wrongly counted in the startup.sh script.
2023-03-25 12:37:26 -07:00
Nils Bühner
5c24bec0a6
Merge pull request #19 from buehner/adjust-logs
...
Add logs for extension and font installation
2023-03-01 15:06:15 +01:00
Nils Bühner
58521a88d8
Add logs for extension and font installation
2023-03-01 14:55:03 +01:00
Nils Bühner
bc4fa8fff7
Merge pull request #17 from peroper/version-2.22.0
...
Version 2.22.0 in docker compose and readme
2023-02-06 12:09:31 +01:00
Nils Bühner
a617492f5a
Merge pull request #18 from weskamm/releasescript
...
Adding build and release script
2023-02-01 13:33:45 +01:00
Johannes Weskamm
b1a50a0b7d
Add dockerignore file
2023-02-01 13:23:14 +01:00
Johannes Weskamm
15db31a51e
Add release script usage to readme
2023-02-01 13:18:01 +01:00
Johannes Weskamm
dd09ec7486
Adding build and release script
2023-02-01 11:31:24 +01:00
Joakim Andersson
61c64d3a2e
Use geoserver version 2.22.0 in readme, consistent with Dockerfile and docker compose file.
2023-01-25 11:06:17 +01:00
Joakim Andersson
a8f4a3c3a3
Use geoserver version 2.22.0 in docker compose demo, consistent with Dockerfile
2023-01-25 11:05:00 +01:00
Nils Bühner
7fb4fe05f7
Merge pull request #16 from JakobMiksch/release_2.22.0
...
Upgrade to the GeoServer version to `2.22.0`
2023-01-09 10:04:28 +01:00
Nils Bühner
2300f5ed22
Merge pull request #15 from JakobMiksch/readme-formatting
...
Formatting of README
2023-01-09 10:04:12 +01:00
Jakob Miksch
7db03d2829
Upgrade to 2.22.0
2022-12-16 15:08:35 +01:00
Jakob Miksch
8fb15fe212
Formatting of README
2022-12-16 14:53:48 +01:00
Nils Bühner
53d53efa73
Merge pull request #12 from Kumark95/feature/root-webapp-redirect
...
Feature/root webapp redirect
2022-11-16 09:09:58 +01:00
Cristhian Rivera
14df2bb394
Merge remote-tracking branch 'upstream/master' into feature/root-webapp-redirect
2022-11-09 21:39:15 +01:00