jboss-dockerfiles / wildfly

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

[QUESTION] Raspberry Pi 4 4Gb Docker #128

Closed himuura closed 1 year ago

himuura commented 3 years ago

Im trying to get the image running on a Docker from Raspberry Pi 4 (ARM). Is it compatible or doable? Getting the error "standard_init_linux.go:211: exec user process caused "exec format error"" that might be related to the architecture (x64 vs ARM).

fabianfrz commented 3 years ago

You probably need a JDK/JRE ARM image and then build the WildFly container on top of that. Then it should work. You cannot run a x86_64 image on ARM (except if your run it in qemu or something like that)

t1 commented 2 years ago

It's actually possible to provide images in multiple architectures. this is a good explanation. I just opened issue #155.

It would be nice for MacBook M1 machines, too. Even though Docker Desktop supports emulation under the hood, it's very slow.

t1 commented 2 years ago

I've also created a corresponding issue https://github.com/bitnami/bitnami-docker-wildfly/issues/76

jmesnil commented 1 year ago

I'm closing this as it has been fixed by https://github.com/jboss-dockerfiles/wildfly/pull/161