github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/command/test-fixtures/push-builds/template.json (about) 1 { 2 "builders": [ 3 {"type": "dummy"}, 4 {"type": "dummy", "name": "foo"} 5 ], 6 7 "post-processors": [{ 8 "type": "atlas", 9 "only": ["dummy"] 10 }], 11 12 "push": { 13 "name": "foo/bar" 14 } 15 }