armhfbuild/centos

By armhfbuild

Updated about 9 years ago

CentOS base image for armhf devices

Image

231

This image was built with the following commands:

wget -O - http://mirror.centos.org/altarch/7.2.1511/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1511-RaspberryPi2.img.xz | xzcat >img
kpartx -a img
mount /dev/mapper/loop1p3 /mnt
cd /mnt
tar ca . | docker import - armhfbuild/centos:7
umount /mnt
kpartx -d img
rm img

Docker Pull Command

docker pull armhfbuild/centos