hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
94 stars 91 forks source link

chore: Remove support for deprecated `images` configuration attribute in favor of `image_files` attribute in the export config block #346

Closed tenthirtyam closed 8 months ago

tenthirtyam commented 8 months ago

Summary

Tests

...
==> vsphere-iso.linux-photon: Executing shutdown command...
==> vsphere-iso.linux-photon: Deleting Floppy drives...
==> vsphere-iso.linux-photon: Eject CD-ROM drives...
==> vsphere-iso.linux-photon: Deleting CD-ROM drives...
==> vsphere-iso.linux-photon: Exporting to Open Virtualization Format (OVF)...
==> vsphere-iso.linux-photon: Downloading linux-photon-4.0-develop-disk-0.vmdk...
==> vsphere-iso.linux-photon: Exporting linux-photon-4.0-develop-disk-0.vmdk...
==> vsphere-iso.linux-photon: Writing OVF descriptor linux-photon-4.0-develop.ovf...
==> vsphere-iso.linux-photon: Creating SHA1 manifest linux-photon-4.0-develop.mf...
==> vsphere-iso.linux-photon: Completed export to Open Virtualization Format (OVF).
    vsphere-iso.linux-photon: Closing sessions ....
Build 'vsphere-iso.linux-photon' finished after 7 minutes 28 seconds.
...