jboss-dockerfiles / wildfly

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

s390x images #173

Closed Nayana-ibm closed 1 month ago

Nayana-ibm commented 1 year ago

We would like to have wildfly docker image for s390x. The base image eclipse-temurin:${jdk}-centos7 doesn't support s390x architecture however eclipse-temurin:${jdk} has multi-arch support including s390x. I could build image successfully using eclipse-temurin:${jdk} as base image on x86 and s390x both. It also reduces image size.

We can send PR if this looks good. Please let me know.

Nayana-ibm commented 1 year ago

@jmesnil Could you please take a look