...
Code Block |
---|
language | bash |
---|
title | Dockerfile |
---|
|
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 |
---|
language | bash |
---|
title | Dockerfile |
---|
|
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 |
---|
language | bash |
---|
title | Dockerfile |
---|
|
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.
...