-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
The iso_checksum_url and iso_urls generates "no checksum found" error in latest packer #8774
Comments
@ruzickap, thanks for opening, and sorry to hear that, what happens if you remove the |
Let me try it using these commands:
Output:
When using "older" packer it's fine:
|
Welp, this sounds like a bug and we will investigate ! |
Ok. |
Closed by #8897 |
Hello. Thanks a lot for fixing it... It looks like this issue was partially fixed. The example above, when I'm using the But if I use wget -c http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/SHA256SUMS
cat > bug.json << EOF
{
"builders": [
{
"vm_name": "test",
"type": "qemu",
"ssh_username": "root",
"iso_checksum_url": "./SHA256SUMS",
"iso_urls": "http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/netboot/mini.iso"
}
]
}
EOF
wget -c https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_linux_amd64.zip
unzip packer_1.5.5_linux_amd64.zip
PACKER_LOG=1 ./packer validate ./bug.json The error output:
Thanks a lot for your help... PetrR |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Overview of the Issue
I'm getting
no checksum found
error when using proper values iniso_checksum_url
andiso_urls generates
Reproduction Steps
Packer version
Simplified Packer Buildfile
Operating system and Environment details
Fedora 31
Log Fragments and crash.log files
When I use packer
1.5.1
everything is working fine:The text was updated successfully, but these errors were encountered: