Go to file
2016-08-12 17:48:27 +03:00
build-utils@f033561299 README.org has beenadded, build-utils updated. 2016-08-12 17:10:16 +03:00
files MSPF-66: Cleanup, download and import stage3 instead of doing so inside the container; 2016-08-09 17:26:27 +03:00
.gitignore MSPF-66: Update to use submodule build-utils. 2016-08-09 21:53:56 +03:00
.gitmodules build_utils -> build-utils 2016-08-09 22:32:37 +03:00
Jenkinsfile Makefile, Jenkinsfile: smoke test has been added. 2016-08-12 17:45:05 +03:00
Makefile Makefile: ssh -V in test. 2016-08-12 17:48:27 +03:00
packer.json MSPF-66: Cleanup, download and import stage3 instead of doing so inside the container; 2016-08-09 17:26:27 +03:00
README.org README.org has beenadded, build-utils updated. 2016-08-12 17:10:16 +03:00

Bootstrap docker image

В этом репозитории находятся исходные коды для создания docker образа rbkmoney/bootstrap, родительского образа для rbkmoney/base, следовательно и для всей иерархии образов rbkmoney/.

Необходимые утилиты

git

GNUmake

coreutils, bash, sed, awk, wget, вот это все.

Docker и Packer

Как собрать

Если у вас нашлось в PATH все вышеперечисленное, то сборка будет проста.

GITHUB_PRIVKEY="/path/to/file" \
BAKKA_SU_PRIVKEY="/path/to/file" \
	make -j4 bootstrap # or just make, if you are feeling lucky.

Notes

TODO Скачивать в stage3 в ~/.cache/rbkmoney/images/ вместо текущей папки.