Sign inSign up

lancechen/alpine-sdk

By lancechen

•Updated over 10 years ago

Alpine Software Development Kit

Image
0

1.7K

lancechen/alpine-sdk repository overview

⁠Dockerfile - alpine-sdk

⁠Usage

⁠Create Volumes
# For RSA key pair and built packages
$ docker volume create --name alpine-sdk-home
# For package cache
$ docker volume create --name alpine-sdk-distfiles
⁠Generate RSA key pair
$ docker run -it --rm -v alpine-sdk-home:/home/abuild lancechen/alpine-sdk abuild-keygen -a
⁠Build a Package
$ cd aports/testing/<package>
# Run `abuild checksum && abuild -r` by default
$ docker run -it --rm -v $(pwd):/build -v alpine-sdk-home:/home/abuild -v alpine-sdk-distfiles:/var/cache/distfiles lancechen/alpine-sdk

Tag summary

Content type

Image

Digest

Size

57.3 MB

Last updated

over 10 years ago

docker pull lancechen/alpine-sdk