Home

Awesome

This project defines Images allowing you to build and deploy WildFly applications on the cloud.

Documentation for WildFly S2I (Source to Image) and runtime images can be found there.

Relationship with WildFly s2i centos7 images

These new images replace the quay.io/wildfly/wildfly-centos7 and quay.io/wildfy/wildfly-runtime-centos7 images.

As opposed to the wildfly-centos7 WildFly s2i builder image that is containing a WildFly server, the new builder image is a generic builder allowing to build image for any WildFly releases.

Releasing new images is no more bound to WildFly server releases. Releases are done for fixes and new features done in the image.

Building the images

You must have cekit installed.

Building the JDK11 images

Building the JDK17 images

Building the JDK21 images

Tests executed for new Pull request

Steps

Behave tests are run when a PR is opened against the wildfly-s2i repository. The github action workflow file is run. The steps are as follow:

NOTE: Some tests are not supported on JDK11 (for example, starting WildFly 32, WildFly preview requires JDK17 as its minimal JDK version). Such tests are not executed on JDK11 and are all located in the feature file: no-jdk11.feature

Understanding the failure logs

The features test execution has been split into multiple executions due to created images resource consumption and log size. Each feature file has its own execution with its own log. When a failure occurs:

NOTE: The S2I build logs contain ERROR traces that are not actual errors, just traces. For example:

ERROR I0426 14:07:03.322859 349849 build.go:51] Running S2I version "v1.3.1"

You can ignore such traces. Search for Traceback, that is the stack trace of the failure.