xaman-afk / docker-aports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-aports

Build alpine packages according to aports

For more in-depth on how to build Alpine Linux Package, see Creating an Alpine Package.

Usage

Let's say we want to build the latest git package. It's located under aports/main/git. Running the cirocosta/aports container, just specify the -build command along with the location main/git:

mkdir -p ./packages

docker run --rm \
  -v "`pwd`/packages:/home/aports/packages" \
  cirocosta/aports -build main/git

Now your results will be under ./packages.

About


Languages

Language:Shell 81.7%Language:Makefile 18.3%