-
Notifications
You must be signed in to change notification settings - Fork 68
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
docker linux/arm64 build #68
Comments
That sounds as though the hash-bang line isn't being recognized.
in its first line. Could you please show the output of these two commands?
from inside the container? |
@jpmens thanks for looking into the issue. sadly i cannot run anything inside the container as it is not running or better still constantly restarting. I used the following command on the container:
If this helps , here is the only log line before the container restarts in a loop |
Does this work?
Though if it does, then |
If you do get a shell, then please show the output of
|
This smells to me like an architecture mismatch i.e. you are running an Arm image on an amd64 host or vice versa. |
yup exactly, that's the reason for the request for an arm64 build. |
this does not work as per the same bild issue , ie: ARCH mismatch from pulled image incompability.
|
@jpmens I am using a Hetzner VPS with ARCH=ARM64 ARM Ampere CPU and sucessfully built the Docker image on the docker host using the Dockerfile on github with
this image runs correctly in the container, so if needed I can carry out some test here.
EDIT: 20230501: the Dockerfile is the same from owntracks/docker-recorder. |
We have reports that these are working. Closing as completed. |
@jpmens , seen this message only today and tried out your official docker-recorder build, yes it works fine, I had till today resorted to using my own docker image at cavia/otrecorder for arm64 hence i forget to check this ticket. I confirm that on my ARM VPS at Hetzner it workes correctly, Thanks for the ARM64 image. |
The docker builds in linux/amd64 worked for the Frontend and Recorder and thanks for that.
While testing the ARM ARCH only the owntracks/frontend runs but cannot run the owntracks/recorder container as it does not have a linux/arm64 OS/ARCH with the container log error
exec /usr/sbin/entrypoint.sh: exec format error
The text was updated successfully, but these errors were encountered: