You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: