I really appreciate the community’s efforts maintaining valuable base images for common software components. In particular, it’s great that we now support many different architectures as well.
However, I noticed a minor discrepancy between what docker buildx supports for platforms, versus what most Docker Hub images support. docker buildx can make linux/mips64 (Big Endian) images, but most Docker Hub images are artificially limited to the linux/mips64le (Little Endian) architecture variant.
Can we start pushing big endian variants of more images up to the Docker Hub registry? For example, the busybox image.