...
Info |
---|
The following list does not show the newest image tag, these can always be found at the link above. |
Azul
OpenJDK is available in two different variants:
Code Block | ||
---|---|---|
| ||
baseimages/azul/zulu-openjdk:11-jre-slim |
Or if you wish to use a minimal JRE for the developed application you can use jlink to create this.
...
alpine-xx |
Used by
Systematic
Distroless java
Distroless Java images are provided in two different versions:
Code Block | ||
---|---|---|
| ||
baseimages/distroless/alpine:3.11 |
JBoss Wildfly
If you need to run an application server, instead of a standalone Java application you can use JBoss Wildfly.
In this case, please use the newest wildfly image that you can.
Code Block | ||
---|---|---|
| ||
baseimages/jboss/wildfly:17 |
Azul
...
java:nonroot # The newest one
baseimages/distroless/javaXX:nonroot # Where XX is the major version e.g. 17 |
Used by
Trifork
Nginx
Code Block | ||
---|---|---|
| ||
baseimages/azulnginxinc/zulunginx-openjdk:11 baseimages/azul/zulu-openjdk:alpine-11 |
AdoptOpenJDK
...
unprivileged:x.xx-alpine-slim |
Used by
Trifork and Telma
Keycloak
Code Block | ||
---|---|---|
| ||
baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10 |
AdoptOpenJDK Wildfly
...
keycloak |
Used by
Trifork
Node
Code Block | ||
---|---|---|
| ||
baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10-wildfly-19 |
Usage:
...
node:XX-alpine |
Used by
Systematic
Cosign
Code Block | ||
---|---|---|
| ||
FROM registry.admin.ehealth.sundhed.dk/baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10-wildfly-19
ADD your-awesome-app.war /opt/jboss/wildfly/standalone/deployments/ |
Distroless java
...
baseimages/cosign |
Used by
Trifork
Kubectl
Code Block | ||
---|---|---|
| ||
distroless/java:nonroot
distroless/java17:nonroot |
...
baseimages/kubectl |
Used by
Trifork
Alpine
Code Block | ||
---|---|---|
| ||
nginxinc/nginx-unprivileged:1.21-alpinebaseimages/alpine |
Used by
Systematic
Security
All docker images are subject to regular security scans. The chosen security scanning software is Trivy which comes with Harbor.
...
Both Operating System packages and application libraries are scanned.
If Trivy misses anything, Snyk is scanning inttest and production.
Mitigation
If a critical security issue is found in the docker image the supplier will be notified and needs to take swift action (within 3 hours) to mitigate the issue.
...