forked from msvsphere/cloud-images
This is required to have reproducible image build environments. Frozen component versions: * packer = 1.10.0 * ansible plugin = 1.1.1 * qemu plugin = 1.0.10 * vagrant plugin = 1.1.1 * virtualbox plugin = 1.0.5 * vmware plugin = 1.0.8packer-1.10.0
parent
daf213cac8
commit
56c7b7253a
@ -0,0 +1,30 @@
|
||||
packer {
|
||||
required_version = "= 1.10.0"
|
||||
|
||||
required_plugins {
|
||||
ansible = {
|
||||
version = "= 1.1.1"
|
||||
source = "github.com/hashicorp/ansible"
|
||||
}
|
||||
|
||||
qemu = {
|
||||
version = "= 1.0.10"
|
||||
source = "github.com/hashicorp/qemu"
|
||||
}
|
||||
|
||||
vagrant = {
|
||||
version = "= 1.1.1"
|
||||
source = "github.com/hashicorp/vagrant"
|
||||
}
|
||||
|
||||
virtualbox = {
|
||||
version = "= 1.0.5"
|
||||
source = "github.com/hashicorp/virtualbox"
|
||||
}
|
||||
|
||||
vmware = {
|
||||
version = "= 1.0.8"
|
||||
source = "github.com/hashicorp/vmware"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue