Sign inSign up

armv7/armhf-debian

By armv7

Updated about 11 years ago

Debian Docker images for the ARMv7(armhf) platform (e.g. utilite, cubox-i, odroid, rpi2)

Image
20

10K+

armv7/armhf-debian repository overview

This repo contains the following 'official' Debian Docker images for ARMv7 (armhf):

  • jessie
  • 8 (which is jessie)
  • latest (which is jessie)

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.

Tag summary

Content type

Image

Digest

sha256:7c04a6792

Size

45.3 MB

Last updated

about 11 years ago

docker pull armv7/armhf-debian