Return to Image List

wildfly

Wildfly

This is a Docker image with the WildFly Application Server.

See wildfly.org for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
26.0.1.Final docker pull icr.io/ibmz/wildfly@sha256:9e1aad0c2a6788473153e0785f4abe63f95e36961f07a7878cd0372ef11f1d74 Vulnerability Report04-04-2022
26.0.0.Final docker pull icr.io/ibmz/wildfly@sha256:357a6cdda0e3694a221e9dd2d2fb65878546ae86c7e61b7258133b4cdcb57e7e Vulnerability Report01-12-2022
26.1.1.Final docker pull icr.io/ibmz/wildfly@sha256:29ee71f020e8e9bb8dcdaa9331c697dfacc7d97b5a32c443671ed3a778b32571 Vulnerability Report06-06-2022
Version Pull String Security (IBM Cloud) Created

Usage Notes

Exposed Ports: 8080 9990

To boot in standalone mode:

docker run -it icr.io/ibmz/wildfly:20.0.1


To boot in domain mode:

docker run -it --name wildfly -p 8088:8080 -p 9990:9990 icr.io/ibmz/wildfly:23.01 domain.sh -b 0.0.0.0 -bmanagement 0.0.0.0