blob: efdc3f6d5ff6d53d9b3e54ff548cad654200ff04 [file] [log] [blame]
PACKER_VERSION="1.7.8"
if [ ! -f ./packer ]; then
wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip;
unzip packer_${PACKER_VERSION}_linux_amd64.zip;
rm packer_${PACKER_VERSION}_linux_amd64.zip;
fi
./packer validate spec-2006/spec-2006.json
./packer build spec-2006/spec-2006.json