Images that target mips64 (Big Endian)?

Docker has done a great job of offering mips64 (Big Endian) support. However, I do not see many images available for this architecture on Docker Hub. I see only mips64le (Little Endian).

Is there some big fish enterprise customer who specifically needs mips64 support? Worth deprecating?

did you ever find an image?

lol

99% of Docker users don’t publish their images.

Of the 5% that do, 99% simply follow their host’s random architecture. That’s arm64 for macOS users, amd64 for nearly everyone else.

Most OS’s have dropped support for 386 (32-bit amd).

Nobody supports arm (32-bit arm).

I don’t see much support for RISC-V, MIPS, SPARC, or LOONGSON (any endian or floating point varieties).