1
0
mirror of https://github.com/hashicorp/packer.git synced 2026-02-05 12:45:10 +01:00

Merge pull request #13442 from hashicorp/anshul/docker_img_official_plugin

removing the vmware and vshpehere from packer's docker full image
This commit is contained in:
Karthik P
2026-01-28 10:04:33 +05:30
committed by GitHub

View File

@@ -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/qemu" && \
/bin/packer plugins install "github.com/hashicorp/vagrant" && \
/bin/packer plugins install "github.com/hashicorp/virtualbox" && \
/bin/packer plugins install "github.com/hashicorp/vmware" && \
/bin/packer plugins install "github.com/hashicorp/vsphere"
/bin/packer plugins install "github.com/hashicorp/virtualbox"
ENTRYPOINT ["/bin/packer"]