Debian Docker images for the ARMv7(armhf) platform (e.g. utilite, cubox-i, odroid, rpi2)
10K+
This repo contains the following 'official' Debian Docker images for ARMv7 (armhf):
The images have been created by the following commands:
git clone --depth 1 --branch v1.8.2-rc1 --single-branch https://github.com/docker/docker.git
cd docker/contrib
sudo ./mkimage.sh -d . debootstrap --variant=minbase --components=main --include=inetutils-ping,iproute2 jessie http://httpredir.debian.org/debian
docker build -t armv7/armhf-debian .
If you want to port other Debian/Docker based projects to ARMv7, this image might be a good replacement for FROM debian ... . See here for more information about Docker on the ARMv7 platform.
Content type
Image
Digest
sha256:7c04a6792…
Size
45.3 MB
Last updated
about 11 years ago
docker pull armv7/armhf-debian