armhfbuild/alpine
A minimal Docker image based on Alpine Linux (armhf) w/ complete package index - only 5 MB in size!
1.5K
This is a port of the Alpine Linux image for running on armhf (ARMv7+) devices. Versions 3.1, 3.2 and 3.3 are supported.
Run the following commands in order to let other images transparently use this as a base image on your armhf device:
docker pull armhfbuild/alpine:3.3
docker tag -f armhfbuild/alpine:3.3 alpine:3.3
docker tag -f armhfbuild/alpine:latest alpine:latest
See the build script on how it is built.
docker pull armhfbuild/alpine