smeat/debian

By smeat

Updated over 3 years ago

debian for armhf and amd64

Image

3.6K

Usage

Just pull smeat/debian:jessie and you will get arm or amd64 depending on your architecture

Building
git clone --depth 1 --branch v1.12.0 --single-branch https://github.com/docker/docker.git
cd docker/contrib
sudo ./mkimage.sh -t smeat/debian:jessie-amd64 -d ./debian-amd64 debootstrap --variant=minbase --components=main --arch=amd64 --include=inetutils-ping,iproute2  jessie http://httpredir.debian.org/debian

sudo ./mkimage.sh -t smeat/debian:jessie-armhf -d ./debian-armhf debootstrap --variant=minbase --components=main --arch=armhf --include=inetutils-ping,iproute2  jessie http://archive.raspbian.org/raspbian

Info

armhf version is raspbian and runs at least on Rpi1 and Rpi2

Docker Pull Command

docker pull smeat/debian