Skip to content

lancechentw/dockerfile-alpine-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published