You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While official centos9-stream ships with a checksum, this is not set as the default in packer-maas recipe. As such, the following error is produced during packer build:
:~/projects/packer-maas/centos9-stream$ make
rm -f -rf output-centos9-stream centos9-stream.tar.gz
packer init centos9-stream.pkr.hcl && packer build -var timeout=1h centos9-stream.pkr.hcl
Warning: A checksum of 'none' was specified. Since ISO files are so big,
a checksum is highly recommended.
on centos9-stream.pkr.hcl line 75:
(source code not available)
qemu.centos9-stream: output will be in this color.
==> qemu.centos9-stream: Retrieving ISO
==> qemu.centos9-stream: Trying https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-boot.iso
==> qemu.centos9-stream: Trying https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-boot.iso
The text was updated successfully, but these errors were encountered:
While official centos9-stream ships with a checksum, this is not set as the default in
packer-maas
recipe. As such, the following error is produced during packer build:The text was updated successfully, but these errors were encountered: