-
Notifications
You must be signed in to change notification settings - Fork 283
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
[Bug]: Opensearch Docker image no longer runs on Raspberry Pi 4. #4572
Comments
Testing on the Raspberry Pi 5 8GB reveals the CPU complies and the docker 2.10.0 image runs docker run -it registry:5000/opensearchproject/opensearch:2.10.0 /bin/bash I just have to upgrade all the Pi 4 nodes to Pi 5's :-( |
Testing on the BPi-CM4 fails: |
Testing with ODroid C4 passes |
Someone needs to tell Docker their Architecture field doesn't work anymore...... root@host8:~# docker node inspect hostd.localdomain --pretty
|
Hi @electricbrain-code we switched from Amazon Linux 2 to Amazon Linux 2023 on the base image to increase glibc version as well as in preparation of AL2 deprecation. This switch is expected and planned from our side and we currently have not supported RPi officially on our compatibility chart. If needed I think you can contact AmazonLinux team regarding their container images on https://github.com/amazonlinux/container-images or https://github.com/amazonlinux/amazon-linux-2023/, as opensearch is just using the existing image provided from them. Thanks. |
Describe the bug
Opensearch raspberry pi "Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor compliant with at least ARM architecture 8.2-a with Cryptographic extensions."
During the upgrade process from 2.9.0 all the way up to 2.12.0, at the first step of 2.9.0 -> 2.10.0 it seems the docker ARM images no longer runs on Raspberry Pi because it is not compliant with Amazon's CPUs.
To reproduce
"Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor compliant with at least ARM architecture 8.2-a with Cryptographic extensions."
Expected behavior
Should more or less run like 2.9.0 docker image.
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
Raspberry Pi 4B 8G
Ubuntu 22.04.3 LTS
docker-ce/jammy,now 5:25.0.2-1 ubuntu.22.04 jammy arm64 [installed]
Additional context
No response
Relevant log output
Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor compliant with at least ARM architecture 8.2-a with Cryptographic extensions.
The text was updated successfully, but these errors were encountered: