Skip to content

urbanogilson/debian-debootstrap-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debian-debootstrap-ports

actions Docker Pulls CI

debian-debootstrap-ports Docker image for multiple architectures (ports)

Usage

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:/#

Supported ports

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.

Source of Images

The images provided in this repository are sourced from Debian other ports.

Original Project

This project is based on multiarch/debian-debootstrap, which supports a wide range of other architectures.

License

This project is licensed under the MIT License.

About

`debian-debootstrap-ports` Docker image for multiple architectures (alpha, hppa, m68k, powerpc, ppc64, and sh4)

Topics

Resources

License

Stars

Watchers

Forks

Languages