commit | 6e4c3b757c061e02d8ea4e762efebae7a34355ab | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Jul 23 09:20:13 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Jul 23 09:20:13 2015 +0200 |
tree | 771554aea1946891129178c7b5cd69c84dc6a252 | |
parent | 554afc3a2a735f6029913d83b01a614aabc93aed [diff] |
Revert "Don't run docker tag automatically" This reverts commit 554afc3a2a735f6029913d83b01a614aabc93aed.
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.