Introducing our new CEO Don Johnson - Read More

paleozogt/debian

By paleozogt

Updated 4 months ago

Debian distros built from debuerreotype for multiple architectures.

Image
0

1.4K

Debian distros built in the same way as the official images via the debuerreotype rootfs tool.

What's different is that these images include more architectures than normal, including unusual unofficial ones from ports such as ppc and ppc64.

If you get an error with apt-get like The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D69674688B6CB36, you can update it in a roundabout fashion:

$ wget http://ftp.us.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2024.02.02_all.deb
...
$ docker run --rm -it -v$PWD:$PWD -w$PWD paleozogt/debian:sid-ppc64
# dpkg -i debian-ports-archive-keyring_2024.02.02_all.deb
# apt-get update
...

Docker Pull Command

docker pull paleozogt/debian