Commit Graph

77 Commits

Author SHA1 Message Date
nghazalibeiklar
6ded2027eb
DCD-1369: Enable log access for version after 7.11.0 2022-01-13 11:27:16 +11:00
Steve Smith
51eae235d1 DCKUBE-707: Update the OpenJDK base images to use the project repo, as the Docker "official" images are no longer updated. 2021-09-16 14:11:45 +10:00
Steve Smith
c0ebe303c6 DCD-1351: Add graceful-shutdown script. 2021-08-26 15:08:52 +10:00
Steve Smith
302c23d2b1 DCD-1271: Re-add package upgrades and add corresponding linting override. 2021-04-15 16:37:47 +10:00
Steve Smith
69ba4f41d1 DCD-1270: Remove package upgrade from the build process. 2021-04-14 17:15:01 +10:00
Steve Smith
31d9f84201 DCD-1272: Add security/maintainer metadata. 2021-04-14 17:15:01 +10:00
Adam Brokes
37f36e85de
DCD-1148: Default application logs back to the log files (instead of stdout) 2020-11-24 09:45:18 +11:00
Adam Brokes
9e2de19c41 Merged in DCD-1119-disable-file-log (pull request #75)
DCD-1119: Stop sending application logs to file

* DCD-1119: Stop sending application logs to file

* DCD-1119: Add variable and document it

Approved-by: Kenny MacLeod
Approved-by: Dave Chevell
2020-11-11 22:30:32 +00:00
Dave Chevell
6e46fb8705 Install tini via package manager 2020-10-19 08:44:06 +11:00
Steve Smith
e6204bab7a DCD-1086: Add Google Noto fonts and install as JVM fallback for server-side rendering of non-Latin languages. 2020-08-25 09:34:48 +10:00
Dave Chevell
450cd06bfb
Move JVM_SUPPORT_RECOMMENDED_ARGS to the end 2020-05-30 15:47:47 +10:00
Yoan Blanc
05228aa72c
fixup! fixup! jvm: set a var for XX:ReservedCodeCacheSize
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-02-06 12:43:20 +01:00
Yoan Blanc
3dffa2be82
fixup! jvm: set a var for XX:ReservedCodeCacheSize
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-02-06 11:08:07 +01:00
Yoan Blanc
12b2f18a0b
jvm: set a var for XX:ReservedCodeCacheSize
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-02-06 10:42:48 +01:00
Dave Chevell
a3d772c848
Upgrade default packages as part of build 2020-01-13 13:29:55 +11:00
Dave Chevell
990fe4d0d5
Increase pipelines memory 2019-11-21 10:46:15 +11:00
Dave Chevell
90e0a7f7b9
Integrate shared components in Docker build 2019-11-20 20:54:04 +11:00
Dave Chevell
6a6c35c704
Switched base to adoptopenjdk:11-hotspot 2019-11-18 09:30:10 +11:00
Dave Chevell
e12b182290
Build on JDK 11 from 7.1+ 2019-10-17 11:02:49 +11:00
Dave Chevell
3618c2d825
Default base image to jdk11 2019-10-17 10:55:54 +11:00
Dave Chevell
0ab1700523
Switch to safer bootstrap method & skip locked down files 2019-09-06 10:34:36 +10:00
Dave Chevell
36d2420fad
Set permissions to allow run_user to bootstrap container 2019-09-05 13:49:07 +10:00
Steve Smith
f5e3d621c7 DCD-545: Remove deprecated maintainer line. 2019-08-15 08:53:18 +10:00
Steve Smith
8960f1167f DCD-545: Remove empty scripts copy. 2019-08-13 12:30:20 +10:00
Steve Smith
b2d80d2267 DCD-558: Move script/template copy to the end to avoid downloads during dev. 2019-08-13 11:22:30 +10:00
Steve Smith
e1b6d427a5 DCD-558: Add start of Python entrypoint; execution, permissions, and server.xml. 2019-08-12 14:39:19 +10:00
Steve Smith
36009c4dbf DCD-558: Add Python3 and Jinja2 to Docker images. 2019-08-12 11:47:59 +10:00
Steve Smith
00d24164db DCD-545: Import config templates from Ansible, and expand and normalise the two Dockerfiles with limited permissions. 2019-08-06 14:19:28 +10:00
Dave Chevell
a596ac8674
Remove default version - must be specified at build time 2019-05-21 12:00:40 +10:00
Dave Chevell
3dec230cd6
Removed redundany packages and tidied up formatting 2019-02-03 19:01:24 +11:00
Minh Tran
d50d4c012a CONFSRVDEV-8918 - Switching the base image from Alpine Linux to Ubuntu 2018-11-08 14:52:58 +11:00
Minh Tran
7faaa9df5c CONFSRVDEV-8918 - Using the implicit tag from adopt openjdk 2018-11-05 23:54:49 +11:00
Minh Tran
d99bfe5897 CONFSRVDEV-8918 - Address feedback 2018-11-05 23:48:52 +11:00
Minh Tran
bc4fe3dd2e CONFSRVDEV-8918 - Update confluence docker image to use Adopt OpenJDK 2018-11-05 19:39:14 +11:00
Dave Chevell
8f8e717361
Add support for setting application context path from environment 2018-10-12 10:44:05 +11:00
Dave Chevell
f3c8443d59
Updated base image to openjdk:8-jdk-alpine, to be more explicit and because the font bug affecting captcha appears to be resolved in Alpine 3.7.0+ 2017-12-10 09:21:16 +11:00
Dave Chevell
526e1d5113
Merge conflict fix - resetting to earlier state and manually re-applying dragfly's libc6-compat fix 2017-10-19 18:12:34 +11:00
Dave Chevell
ca78534396
Set -Dconfluence.home from environment variable 2017-08-26 09:23:04 +10:00
Dave Chevell
db7fed8ea6
Rebuild Dockerfile in alpine style with dedicated entrypoint script 2017-08-26 08:52:43 +10:00
Deployment Bamboo Bot
3803ee15f5 Update Dockerfile CONF_VERSION to 6.3.3 2017-08-16 04:48:29 +00:00
Deployment Bamboo Bot
79ed842438 Update Dockerfile CONF_VERSION to 6.3.2 2017-08-03 06:08:05 +00:00
Deployment Bamboo Bot
f4b6f11d06 Update Dockerfile CONF_VERSION to 6.3.1 2017-07-12 02:30:46 +00:00
Tam Tran
27f5d581c1 Revert CONF_VERSION to 6.2.3 2017-07-07 10:41:39 +10:00
Deployment Bamboo Bot
46bc83b8d7 Update Dockerfile CONF_VERSION to 6.3.0 2017-07-06 09:38:34 +00:00
Denise Unterwurzacher
57e4a23cde Dockerfile edited online with Bitbucket 2017-06-21 03:21:09 +00:00
Feng Xu
87d31704bf CONFREL-1076
upgraded the confluence version to be 6.2.2
2017-06-13 16:29:49 +10:00
Deployment Bamboo Bot
da07c41f27 Update Dockerfile CONF_VERSION to 6.2.0 2017-05-12 03:56:58 +00:00
Dave Chevell
9ba30e8dc2 Merged in dumb-init (pull request #13)
Added dumb-init to act as PID 1 to perform proper signal handling & child process reaping

Approved-by: Joe Xie <jxie@atlassian.com>
2017-05-11 02:00:05 +00:00
Brutuz Zhou
34495983b0 Updated CONF_VERSION to 6.1.3 2017-05-02 16:20:21 +10:00
Dave Chevell
8ae6152a96 Added dumb-init to act as PID 1 to perform proper signal handling & child process reaping 2017-05-01 16:12:28 +10:00