packer-builder/iso-url¶
Override the installation ISO URL for the selected image build.
If set, this URL is exported as PKR_VAR_iso_url for the Packer build,
overriding the iso_url baked into the build template. Use this to point a
build at a locally-hosted ISO (recommended for production) instead of the
template's default upstream/mirror URL.
The ISO content is verified against packer-builder/iso-checksum, so the two
must be set together and must match. Setting only one will cause the build to
fail the checksum verification (or fall back to the template default and
mismatch). Leave both empty to use the template's built-in defaults.
Example value: https://files.example.com/isos/WinServer2022_Eval_x64.iso
Objects that Reference packer-builder/iso-url¶
- tasks packer-builder-build-image in Packer Builder Images as part of Templates.[0].Contents (used)
Objects used by packer-builder/iso-url¶
Not used in current content packs