It looks like starting with version 5.0.0
, mongoDB requires at minimum ARMv8.2-A
or later microarchitecture to run.
That unfortunately disqualifies single board computers like:
- Raspberry Pi 4 (BCM2711 / ARM Cortex-A72 / ARMv8.0-A)
- Odroid C2 (Amlogic S905 / ARM Cortex-A53 / ARMv8.0-A)
- Odroid N2+ (Amlogic S922X / ARM Cortex-A73 + Cortex-A53 / ARMv8.0-A) and others.
Indeed latest Docker mongoDB 5.0.0 image won't run on rPi4.
Would anyone know if this is final decision and users of these low cost home server computers will be stuck with 4.4.x, or is it something that might change?
Is there a more detailed reasoning behind this change?