Versions Compared

Key

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

...

Info

The following list does not show the newest image tag, these can always be found at the link above.

OpenJDK

Code Block
languagetext
baseimages/openjdk:11-jre-slim

...

And run the resulting on

Code Block
languagetext
baseimages/alpine:3.11

jBoss Wildfly

...

In this case, please use the newest wildfly image that you can.

Code Block
languagetext
baseimages/jboss/wildfly:17

...

OpenJDK are available in two different variants:

Code Block
languagetext
baseimages/azul/zulu-openjdk:11
baseimages/azul/zulu-openjdk:alpine-11

...

AdoptOpenjdk are also available:

Code Block
languagetext
baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10

...

AdoptOpenjdk with wildfly is available:

Code Block
languagetext
baseimages/adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.6_10-wildfly-19
Usage:
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/

...