lpenz / docker-debian-releases

Creates docker images of historic Debian-based distribution releases
https://www.lpenz.org/docker-debian-releases/
MIT License
23 stars 6 forks source link

MIPS debian "bullseye" #7

Open mikhailramalho opened 2 years ago

mikhailramalho commented 2 years ago

Hi @lpenz, any plans to upload the mips debian bullseye? I'm particularly interested in the 32-bit version.

lpenz commented 2 years ago

Hey, So I tried to rebuild debian-bullseye-mipsel and it looks like qemu support is not entirely there, because it fails to run /bin/true:

MIPS64, on the other hand, is working just fine, and the images are on docker hub:

Inplex-sys commented 2 years ago

what do i do if in need mipsn32el instead of mips64el

Kojoley commented 4 months ago

what do i do if in need mipsn32el instead of mips64el

There is multiarch/debian-debootstrap:mipsel-bullseye, but that project is in a limbo for a while, you need to adjust apt list to archive repository (like #9).

Hey, So I tried to rebuild debian-bullseye-mipsel and it looks like qemu support is not entirely there, because it fails to run /bin/true:

QEMU mips and mipsel supported decently, have been used by Boost via multiarch/debian-debootstrap:mips-bullseye and multiarch/debian-debootstrap:mipsel-bullseye.