armhfbuild/alpine

By armhfbuild

Updated over 8 years ago

A minimal Docker image based on Alpine Linux (armhf) w/ complete package index - only 5 MB in size!

Image

1.5K

Build Status

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 Command

docker pull armhfbuild/alpine