meow!
 
 
 
Go to file
ptrcnull de78438bd6 docker-without-libnetwork: change engine dependency name 2021-04-18 02:06:54 +02:00
.abuild meta: add public key to repo 2021-04-17 15:21:49 +02:00
sakamoto docker-without-libnetwork: change engine dependency name 2021-04-18 02:06:54 +02:00
.gitignore meta: Add out/ to gitignore 2021-04-17 15:26:12 +02:00
.gitlab-ci.yml.disabled meta: removed GitLab CI 2021-04-17 15:21:41 +02:00
Dockerfile meta: add build-base to dockerfile 2021-04-17 15:26:57 +02:00
README.md meta: update README.md 2021-04-17 15:26:31 +02:00
build.sh meta: add permission test to build.sh 2021-04-17 15:22:12 +02:00

README.md

alpine-repo

Building packages

The recommended way for building the packages is Docker.

Setup:

  • ensure that you have the private key in .abuild/
  • build the image using docker build -t builder .
  • sync the current repo to a directory called out
docker run --rm -it -v "$(pwd):/pwd" -v "$(pwd)/out:/mnt/alpine" -w "/pwd" builder build.sh