debian-debootstrap-ports
Docker image for multiple architectures (ports)
Before using this Docker image, you need to configure binfmt-support on your Docker host. This works both locally and remotely (e.g., using boot2docker or swarm).
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Once configured, you can run a powerpc
image from your x86_64
Docker host.
$ $ docker run -it --rm urbanogilson/debian-debootstrap-ports:powerpc-trixie-sid
root@12c7a97fd7d8:/# uname -a
Linux 12c7a97fd7d8 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 ppc GNU/Linux
root@12c7a97fd7d8:/#
Port | Architecture | Description |
---|---|---|
alpha | Alpha | Port to the 64-bit RISC Alpha architecture. |
hppa | HP PA-RISC | Port to Hewlett-Packard's PA-RISC architecture. |
m68k | Motorola 68k | Port to the Motorola 68k series of processors — in particular, the Sun3 range of workstations, the Apple Macintosh personal computers, and the Atari and Amiga personal computers. |
powerpc/ppc64 | Motorola/IBM PowerPC | Port for many of the Apple Macintosh PowerMac models, and CHRP and PReP open architecture machines. |
sh4 | SuperH | Port to Hitachi SuperH processors. Also supports the open source J-Core processor. |
The images provided in this repository are sourced from Debian other ports.
This project is based on multiarch/debian-debootstrap, which supports a wide range of other architectures.
This project is licensed under the MIT License.