Skip to content
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

No ARM image for latest #5164

Closed
LightD31 opened this issue Jan 14, 2023 · 8 comments
Closed

No ARM image for latest #5164

LightD31 opened this issue Jan 14, 2023 · 8 comments

Comments

@LightD31
Copy link

LightD31 commented Jan 14, 2023

Describe the bug
Docker can't start

logs exec /sbin/tini: exec format error

I am running n8n on a Raspberry Pi 4 (arm64)

I am using Portainer as it seems related #4845

Downgrading to 0.210.1 works for now

@Joffcom
Copy link
Member

Joffcom commented Jan 14, 2023

Hey @LightD31

Portainer does some interesting things and doesn't appear to use the settings provided by the container if they get updated.

Can you make sure the entry point is tini,--,/docker-entrypoint.sh, the working dir is /data and the user is root

This should resolve it, if it doesn't can you share the settings for the container or assuming you are using a docker volume for the data make a copy of the env options, delete the container and make a new one pointing to the old volume.

@LightD31
Copy link
Author

LightD31 commented Jan 14, 2023

Ok, I've found the problem, if I use n8nio/n8n:0.210.2 it works but not if I use n8nio/n8n:latest
I've checked on Docker Hub and it seems there is no arm64 image for latest

@rdotts
Copy link

rdotts commented Jan 15, 2023

I just had this happen too. Watchtower pulled it as an automatic update, and pulling latest manually also grabbed an x64 image from my arm64 machine.

@Joffcom
Copy link
Member

Joffcom commented Jan 15, 2023

Ah that will be a bit of a problem, I suspect the build went wrong somewhere. I will raise the alert internally.

@LightD31 LightD31 changed the title Docker 0.210.2 can't run No ARM image for latest Jan 15, 2023
@janober
Copy link
Member

janober commented Jan 17, 2023

No, it got deleted on purpose, as there was an issue with the latest version. Did then manually tag the previous version as latest, but it looks like it did not do it correctly for the ARM image.

Anyway, two new versions got released in the last two days, which should have created a new latest tag that works with ARM.

@janober janober closed this as completed Jan 17, 2023
@SurPaul
Copy link

SurPaul commented Feb 12, 2023

n8nio/n8n:latest-debian still doesn't work on ARM.

@ms1design
Copy link

Hi, could we re-open this issue, but this time for image n8nio/n8n:ai-beta?

@Joffcom
Copy link
Member

Joffcom commented Oct 9, 2023

Hey @ms1design

I can see the other issues opened for it, the AI image is a beta release so it was probably not added to the build process. We will get it resolved shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants