boundlessgeo/alpine-pkg-b7s

Name: alpine-pkg-b7s

Owner: Boundless

Description: Boundless Alpine packages

Created: 2018-03-23 16:39:17.0

Updated: 2018-04-03 19:28:57.0

Pushed: 2018-04-03 19:28:55.0

Homepage: null

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

alpine-pkg-b7s

Boundless Alpine packages

Build

cd into the directory/package that you want to build. Request the private key from qa-deployment slack channel.

er build -t b7s-abuild-bash .

The above will also apk add any .apk files in the apk directory. This is needed when building gdal, since you will need to build all the other packages first.

er run -e RSA_PRIVATE_KEY="$(cat ~/.abuild/b7s.rsa)" \
       -e RSA_PRIVATE_KEY_NAME="b7s.rsa" \
       -v "$PWD:/home/builder/package" \
       -v "$PWD/../apk:/packages/builder/x86_64" \
       -v "$HOME/.abuild/b7s.rsa.pub:/etc/apk/keys/b7s.rsa.pub" b7s-abuild-bash

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.