Debian Wheezy base image for armhf devices
1.5K
Last updated at 2015-02-28.
Attention: This image is currently outdated. It has been superseded by armhfbuild/debian. You can switch to the new base image or wait until this one will be updated again.
Debian Wheezy ARM base image for hard-float ARM devices (ARMv7 and better) . Built using the same script that base/debian is built with. Run e.g. on an ODROID-U3 (Arch Linux host) with Docker.
The base image was built on a ODROID-U3 with Arch Linux ARM and using the script mkimage.sh from the Docker contrib, the same script used for base/debian. In the script, "arch" was set to "armhf". Find the build wrapper script in my repository.
More information about Debian's armhf port.
(Description shamelessly adapted from https://index.docker.io/u/cellofellow/rpi-arch/. Thanks!)
The image includes the amd64 version of qemu-arm-static. This means you can build and run ARM containers on your 64bit machine, as explained in [this post][3]. On your host, you need to install [qemu-user-static][4]. Also, the following command must be executed before building or running any ARM containers:
sudo sh -c 'echo ":arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm-static:" >/proc/sys/fs/binfmt_misc/register'
Content type
Image
Digest
sha256:caccbfc19…
Size
55.1 MB
Last updated
almost 11 years ago
docker pull mazzolino/armhf-debian