wildfly-s2i icon indicating copy to clipboard operation
wildfly-s2i copied to clipboard

S2I for WildFly

Results 9 wildfly-s2i issues
Sort by recently updated
recently updated
newest added

Currently, we have 1 builder image per JDK version. If we want to provide additional JDK version (eg for non-LTS releases such as JDK 19), we have to add a...

Let's say we have a new version of the server available as a feature pack inside a zipped maven repository, how do we instruct the s2i build (= the builder...

I'm working on updating the Helm Charts for WildFly to work with the new S2I v2 images. As much as possible, I want to avoid breaking backwards compatibility of the...

I'm using WildFly builder image with S2I to generate a Dockerfile and then use `docker` to build the artifacts image. By default, it works: ``` $ s2i --loglevel=10 build https://github.com/wildfly/quickstart.git...

Due to https://github.com/actions/runner-images/issues/10443 a downgrade has been made to avoid skopeo to fail. Other workaround must be tried.

Today the env variable PROVISIONING_MAVEN_PLUGIN_VERSION defines statically the version of the WildFly Maven plugin used to provision the server. We should let maven discover the latest version. A user would...