commit | 7b48fd21ac7d6b95747a710459af660ba3d9c47d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Jun 30 23:34:01 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Jun 30 23:34:01 2015 +0200 |
tree | 0a94069217f5fa6d776bbd5997bd29e43545db8e | |
parent | 1a048a1fce6aa7f2316c4fae1cd4dd465216817f [diff] |
Ability to build docker image
Packer templates are used to:
Source the config script and set prefered parameters for build
. ./config.sh
Enter build directory by selecting OS type and version. You should see file template.json.
Start building some images:
packer build template.json
Directory http/ contains OS installer config files (preseed/kickstart/..)
Directory scripts/ contains set of scripts for provision after image build.