Open topias11a705 opened 1 year ago
What specific ARM64 computer is this ? Amazon Linux 2023 is built with -march=armv8.2-a+crypto
which means it needs a fairly modern ARM64 core with at least ARMv8.2 support with the optional Cyrptographic Extension. Afaik this includes Cortex A75/A55 and later (and N1, V1 etc...)
@ozbenh That probably answers the question why we cannot run Amazon Linux 2023 on our Raspberry Pi 3 (Broadcom BCM2837).
Right. We are looking at printing a more informative error message in a future update. Unfortunately no RPi has a new enough ARM core (though some Rockship RK3588 based devices might work, I haven't tried)
https://hub.docker.com/_/amazonlinux
Use This image on ARM64bit &64bitAMD
I am reporting this here because the same problem occurs on a different CPU architecture, so maybe it is not a Docker problem but an AmazonLinux problem. I am able to run UBUNTU's Dockerimage and OracleLinux's DockerImage correctly in the same environment.
Docker version used on Arm64bit computer is 23.0.5, build bc4487a DockerDesctop version used on AMD64bit computer is v4.19.0