...
The images can be found on the official ehealth docker repository: https://registry.admin.ehealth.sundhed.dk/harbor/projects/11/repositories
...
Info |
---|
The following list does not show the newest image tag, these can always be found at the link above. |
OpenJDK
Code Block |
---|
baseimages/openjdk:11-jre-slim |
...
Code Block |
---|
baseimages/alpine:3.11 |
Java 8 - Depricated
For java 8 the preferred base image is the alpine linux distribution, as it gives a smaller attack surface and has a smaller resource overhead.
Code Block |
---|
baseimages/openjdk:8-jre-alpine |
jBoss Wildfly
If you need to run an application server, instead of a standalone java application you can use jBoss Wildfly.
...
Code Block |
---|
baseimages/azul/zulu-openjdk:11
baseimages/azul/zulu-openjdk:alpine-11 |
AdoptOpenJDK
Openjdk are also avaible:
Code Block |
---|
baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10 |
Security
All docker images are subject to regular security scans. The chosen security scanning software is Clair which comes with Harbor.
...