Merge pull request #13442 from hashicorp/anshul/docker_img_official_plugin

removing the vmware and vshpehere from packer's docker full image
go-update
Karthik P 3 weeks ago committed by GitHub
commit 918ecd4af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,9 +69,7 @@ RUN /bin/packer plugins install "github.com/hashicorp/amazon" && \
/bin/packer plugins install "github.com/hashicorp/googlecompute" && \ /bin/packer plugins install "github.com/hashicorp/googlecompute" && \
/bin/packer plugins install "github.com/hashicorp/qemu" && \ /bin/packer plugins install "github.com/hashicorp/qemu" && \
/bin/packer plugins install "github.com/hashicorp/vagrant" && \ /bin/packer plugins install "github.com/hashicorp/vagrant" && \
/bin/packer plugins install "github.com/hashicorp/virtualbox" && \ /bin/packer plugins install "github.com/hashicorp/virtualbox"
/bin/packer plugins install "github.com/hashicorp/vmware" && \
/bin/packer plugins install "github.com/hashicorp/vsphere"
ENTRYPOINT ["/bin/packer"] ENTRYPOINT ["/bin/packer"]

Loading…
Cancel
Save