geerlingguy / packer-boxes

Jeff Geerling's Packer build configurations for Vagrant boxes.

Home Page:https://app.vagrantup.com/geerlingguy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

basictheprogram opened this issue · comments

$ 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

Commit where this was introduced: hashicorp/packer@0fa60c6

1 error occurred:
* Deprecated configuration key: 'iso_checksum_type'. Please call packer fix
packer --version
1.6.6
I have tried packer fix old.json > new.json to no avail. I am running on Linux. I have even with -validte=false and still no joy.
I have tried packer --version
1.7.0
same issue