Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checksum warnings raised when building centos9-stream images #253

Closed
skatsaounis opened this issue Aug 2, 2024 · 0 comments · Fixed by #254
Closed

checksum warnings raised when building centos9-stream images #253

skatsaounis opened this issue Aug 2, 2024 · 0 comments · Fixed by #254
Assignees
Labels
bug Something isn't working CentOS

Comments

@skatsaounis
Copy link
Contributor

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
@skatsaounis skatsaounis added bug Something isn't working CentOS labels Aug 2, 2024
@skatsaounis skatsaounis self-assigned this Aug 2, 2024
@skatsaounis skatsaounis linked a pull request Aug 2, 2024 that will close this issue
skatsaounis added a commit that referenced this issue Aug 2, 2024
- Add the default checksum URL
- Fix the `iso_checksum` assignment from the variable

Resolves GH: #253
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CentOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant