-
Notifications
You must be signed in to change notification settings - Fork 273
Issues in Docker on RaspberryPi: Exec format error #399
Copy link
Copy link
Closed
Labels
Description
Should this work on my raspberry pi?
Something that works perfectly fine locally on my MacBook Pro fails with this in Docker on my RaspberryPi:
2021-04-16 07:34:14,375 INFO [x.n.impftermincheckermilk.Main] - Started Main in 15.468 seconds (JVM running for 18.505)
/tmp/playwright-java-12603370371329365042/playwright.sh: 3: /tmp/playwright-java-12603370371329365042/playwright.sh: /tmp/playwright-java-12603370371329365042/node: Exec format error
/tmp/playwright-java-12603370371329365042/playwright.sh: 3: /tmp/playwright-java-12603370371329365042/playwright.sh: /tmp/playwright-java-12603370371329365042/node: Exec format error
java.io.EOFException
at com.microsoft.playwright.impl.ReaderThread.readIntLE(PipeTransport.java:94)
at com.microsoft.playwright.impl.ReaderThread.readMessage(PipeTransport.java:122)
at com.microsoft.playwright.impl.ReaderThread.run(PipeTransport.java:109)
The base image I use is adoptopenjdk/openjdk11:jre-11.0.8_10-debian. I am picky about the base image, as I need to be able to build it on several architectures, especially my MacBook Pro as well my RaspberryPi 4.
Reactions are currently unavailable