mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 10:15:24 +00:00
build-utils@877ae1c829 | ||
files | ||
.gitignore | ||
.gitmodules | ||
Dockerfile.sh | ||
Jenkinsfile | ||
Makefile | ||
packer.json | ||
README.org |
Bootstrap docker image
Необходимые утилиты
git
GNUmake
coreutils
, bash
, sed
, awk
, wget
, вот это все.
Docker
и Packer
Как собрать
Если у вас нашлось в PATH
все вышеперечисленное, то сборка будет проста.
GITHUB_PRIVKEY="/path/to/file" \
BAKKA_SU_PRIVKEY="/path/to/file" \
make -j4 embedded # or just make, if you are feeling lucky.