smeat/debian
Just pull smeat/debian:jessie and you will get arm or amd64 depending on your architecture
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
armhf version is raspbian and runs at least on Rpi1 and Rpi2
docker pull smeat/debian