Commit Graph

12 Commits

Author SHA1 Message Date
René Pfeuffer
211749a5e3 Update docker base image (#1948)
Updates to latest version of adoptopenjdk:
adoptopenjdk/openjdk11:jdk-11.0.14_9-alpine-slim
2022-02-08 09:23:53 +01:00
pmarkiewka
e70e860e07 Adds compatibility for OCP and ICP (#1870)
Adds compatibility for OCP (openshift container platform) and ICP (IBM cloud private)

- Sets folder permissions to group 0, because the arbitrary assigned user ids in openshift are all part of group 0
- Removes usage of root user 0, because it is prohibited in some environments
- Use numerical user id, because some environments do not accept non-numerical user ids
- Removes initContainer for setting volume permissions, because it is not needed anymore
- Removes chown in plugin script, because it is not needed anymore
- Adds extraArgs option in Helm chart to add arguments on server startup, i.e. initial admin username and password

Signed-off-by: pmarkiewka <philipp.markiewka@cloudogu.com>
2021-12-16 13:59:56 +01:00
Sebastian Sdorra
893cf4af4c Add graphviz to docker image (#1623)
This fixes the usage of the plantuml plugin inside of a docker
container.
2021-04-20 14:05:01 +02:00
Sebastian Sdorra
f1cc5a4bbd Add font ttf-dejavu to oci image
Some plugins may require a font to render graphics, such as the markdown-plantuml plugin.
2021-01-15 12:43:08 +01:00
Sebastian Sdorra
02b22db19e Add healthcheck for docker image 2020-11-28 13:59:59 +01:00
Eduard Heimbuch
fd898240af Update java 2020-11-03 10:31:12 +01:00
Sebastian Sdorra
8ec782bc93 Update jdk to 11.0.8 for docker installations 2020-09-04 07:20:56 +02:00
Sebastian Sdorra
999c2672e3 remove self compiled mercurial and use latest from apk 2020-07-02 07:03:48 +02:00
Sebastian Sdorra
995a59ccd8 added ca-certificates to fix mercurial hooks in some cases 2020-06-29 07:37:06 +02:00
Sebastian Sdorra
073d317c9f Added option to configure jvm parameter of docker image 2020-06-08 10:55:56 +02:00
Sebastian Sdorra
8a1496f8da use mercurial 4.9.1 with python 2 2020-06-04 09:52:17 +02:00
Sebastian Sdorra
9dd8cd771c added packaging for docker 2020-04-26 12:31:19 +02:00