-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Need information] Support horreum as a native container on s390x architecture #329
Comments
|
You need to work with the upstream https://github.com/graalvm and https://github.com/graalvm/mandrel communities to provide support for s390x. Alternative, you can use a s390x base image and run Horreum in Java mode. Please, use our Discussion forum (General) in the future before opening an issue. |
I am not certain that Horreum has been tested compiled as a native binary. If you are intent on compiling Horreum as a native binary, there are Multi-Arch build containers provided by Quarkus, which i believe support s390x: https://github.com/quarkusio/quarkus-images As Jesper mentioned, since Horreum is a general Java application, a base image that contains Java for s390x should work without modification I would also suggest building the latest stable Tag |
I have never tried to use the native binary. There's no explicit Dockerfile, Horreum is built on top of image created https://github.com/Hyperfoil/Horreum/blob/29ca20723616b537d903955424dd06645ce9fa8f/horreum-backend/src/main/docker/Dockerfile.jvm.base using Quarkus built-in image building support: Horreum/horreum-backend/src/main/resources/application.properties Lines 73 to 79 in 29ca207
|
quay.io/hyperfoil/horreum container throws error when executed in ibm z system
[root@XXXXX ~]# podman logs horreum_container_id
standard_init_linux.go:228: exec user process caused: exec format error
standard_init_linux.go:228: exec user process caused: exec format error
this is usually observed when there is different in architecture of docker image and underlying architecture.
I need to execute the quarkus app as a native container in s390x system.
attaching logs for native build for the project quay.io/hyperfoil/horreum
Please help me with the required information
The text was updated successfully, but these errors were encountered: