Remove packer.docker from vagrant post processor builtins

This commit is contained in:
Patrick Double 2018-07-17 15:07:22 -05:00
parent a301145ae1
commit 066b364873
1 changed files with 0 additions and 1 deletions

View File

@ -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",