osminog / docker-alpine-arm

:mount_fuji: Build AlpineLinuxArm Docker Image for RaspberryPi

Home Page:https://hub.docker.com/r/easypi/alpine-arm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-alpine-arm

Build AlpineLinuxArm Docker Image for RaspberryPi.

How To Build

docker login

wget https://raw.githubusercontent.com/EasyPi/docker-alpine-arm/master/Makefile

make RELEASE=edge
make test RELEASE=edge
make push RELEASE=edge
make clean

make RELEASE=v3.7
make test RELEASE=v3.7
make push RELEASE=v3.7
make clean

make latest RELEASE=v3.7
make test RELEASE=latest
make push RELEASE=latest

How To Use

docker pull easypi/alpine-arm
docker run --rm -it easypi/alpine-arm sh
# apk update
# apk search bash
# apk add bash
# apk del bash
# exit

About

:mount_fuji: Build AlpineLinuxArm Docker Image for RaspberryPi

https://hub.docker.com/r/easypi/alpine-arm/

License:GNU General Public License v3.0


Languages

Language:Makefile 100.0%