Remove packer.docker from vagrant post processor builtins
This commit is contained in:
parent
a301145ae1
commit
066b364873
|
@ -31,7 +31,6 @@ var builtins = map[string]string{
|
||||||
"MSOpenTech.hyperv": "hyperv",
|
"MSOpenTech.hyperv": "hyperv",
|
||||||
"transcend.qemu": "libvirt",
|
"transcend.qemu": "libvirt",
|
||||||
"ustream.lxc": "lxc",
|
"ustream.lxc": "lxc",
|
||||||
"packer.docker": "docker",
|
|
||||||
"packer.post-processor.docker-import": "docker",
|
"packer.post-processor.docker-import": "docker",
|
||||||
"packer.post-processor.docker-tag": "docker",
|
"packer.post-processor.docker-tag": "docker",
|
||||||
"packer.post-processor.docker-push": "docker",
|
"packer.post-processor.docker-push": "docker",
|
||||||
|
|
Loading…
Reference in New Issue