Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleDockerfile
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

Distroless java images are provided in two different versions:

Code Block
languagebash
titleDockerfile
distroless/java:nonroot
distroless/java17:nonroot

Nginx

Nginx are provided in two different versions which basically is a root-variant and a nonroot:

Code Block
languagebash
titleDockerfile
nginx/stable:stable
nginxinc/nginx-unprivileged:1.21

Security

All docker images are subject to regular security scans. The chosen security scanning software is Clair which comes with Harbor.

...