Skip to content

EasyPi/docker-alpine-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.10
make test RELEASE=v3.10
make push RELEASE=v3.10
make clean

make latest RELEASE=v3.10
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

🗻 Build AlpineLinuxArm Docker Image for RaspberryPi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published