Template Packer for generate custom Centos7 with Hardening image to use in Azure
- manual-vhd: Generate custom VHD based in centos7 => publish blob in storage => create image (genaralized)
- marketplace: Generate custom VHD based in centos7 of the azure-marketplace => create image (genaralized)
- manual-vhd:
- cd
- $ /usr/local/packer build -var 'version=1.0' centos.json
- $ . scripts/azure/vhd/deploy-vhd-azure.sh #to upload and create disk and VM Temp
- $ . scripts/azure/vhd/make-image.sh # Get VM temp and convert in valid IMAGE type
- marketplace
- cd
- $ /usr/local/packer build -var 'version=1.0' centos.json
- Project based in packer-alpine-azure
- Project used ansible-hardening
Bruno Gomes de Souza [email protected]