...
Code Block |
---|
baseimages/openjdk/:11-jre-slim |
Or if you wish to use a minimal JRE for the developed application you can use jlink to create this.
...
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/jboss/wildfly/:17 |
Azul
Openjdk are avaible in two different variants:
Code Block |
---|
baseimages/azul/zulu-openjdk/:11 baseimages/azul/zulu-openjdk/:alpine/-11 |
Security
All docker images are subject to regular security scans. The chosen security scanning software is Clair which comes with Harbor.
...