home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.06k stars 29.73k forks source link

Raspberry Pi 4: can't run 2024.7 docker image: exec /init: exec format error #122104

Closed bbigras closed 1 month ago

bbigras commented 1 month ago

The problem

2024.6 is fine.

❯ uname -a
Linux rpi4 6.6.31 #1-NixOS SMP Tue Jan  1 00:00:00 UTC 1980 aarch64 GNU/Linux

❯ docker --version
Docker version 24.0.9, build v24.0.9
❯ docker run -it --rm ghcr.io/home-assistant/home-assistant:2024.7
Unable to find image 'ghcr.io/home-assistant/home-assistant:2024.7' locally
2024.7: Pulling from home-assistant/home-assistant
Digest: sha256:e2ef2c7ba01689af8324b46558bd478daf5418c6a1abaec299bba05fd5ae0703
Status: Downloaded newer image for ghcr.io/home-assistant/home-assistant:2024.7
exec /init: exec format error

❯ docker run -it --rm ghcr.io/home-assistant/home-assistant:2024.6
Unable to find image 'ghcr.io/home-assistant/home-assistant:2024.6' locally
2024.6: Pulling from home-assistant/home-assistant
Digest: sha256:17d159928122e6f374bd39b0e75904522bc7d7c2a64e88b248948734e4c4d444
Status: Downloaded newer image for ghcr.io/home-assistant/home-assistant:2024.6
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
[...]

What version of Home Assistant Core has the issue?

2024.7

What was the last working version of Home Assistant Core?

2024.6

What type of installation are you running?

Home Assistant Container

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

bbigras commented 1 month ago

same thing with sha256:f8f13f6da9b38f6e33b9c40fded2a84ccd13ad69eb2a7e53bb045778fbccc229.

joostlek commented 1 month ago

Duplicate of #121457