geerlingguy / packer-boxes

Jeff Geerling's Packer build configurations for Vagrant boxes.
https://app.vagrantup.com/geerlingguy
MIT License
651 stars 304 forks source link

Packer-1.6.0 throws error Deprecated configuration key: 'iso_checksum_type' #68

Closed basictheprogram closed 4 years ago

basictheprogram commented 4 years ago
$ packer build -var 'version=1.2.0' box-config.json
Error: Failed to prepare build: "virtualbox-iso"

1 error occurred:
    * Deprecated configuration key: 'iso_checksum_type'. Please call `packer fix`
against your template to update your template to be compatible with the current
version of Packer. Visit https://www.packer.io/docs/commands/fix/ for more
detail.
$ packer --version
1.6.0
Ubuntu 20.04 LTS
geerlingguy commented 4 years ago

Commit where this was introduced: https://github.com/hashicorp/packer/commit/0fa60c68fbfcf5ef29485489a41f5afa0565bdee

sevenday4 commented 3 years ago

1 error occurred: