jboss-dockerfiles / wildfly

Docker image for WildFly project
https://quay.io/repository/wildfly/wildfly
MIT License
280 stars 237 forks source link

WildFly 25.0.0.Final #147

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

Download locations of WildFly releases have been moved to GitHub.

Signed-off-by: Jeff Mesnil jmesnil@redhat.com

jmesnil commented 2 years ago

@goldmann as DockerHub integration is broken, I've setup a quay.io repository to build this Docker image:

It builds the image from a Git tag on https://github.com/jmesnil/wildfly-dockerfile/releases/tag/25.0.0.Final

While we work out how to automate building and publishing the image, could you please push this image to DockerHub:

docker pull quay.io/jmesnil/wildfly:25.0.0.Final
docker tag quay.io/jmesnil/wildfly:25.0.0.Final jboss/wildfly:25.0.0.Final
docker push  jboss/wildfly:25.0.0.Final
asbachb commented 2 years ago

Maybe not 100% related. But do you plan do publish preview package as well?

jmesnil commented 2 years ago

@asbachb that should be discussed. We are working on updating our builder and runtime images to make it simpler to build a WildFly image. The intent is to align with our vanilla docker image but gives more flexibility to decide which "feature packs" of WIldFly you want to consume (Jakarta EE 8, MicroProfile or Jakarta EE 9).

goldmann commented 2 years ago

Image pushed for tag 25.0.0.Final and latest.