-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Can't build minikube ISO because of wrong hash #14080
Comments
UPDATE: I've had another look at the error message and after the first errors the script tries to download http://sources.buildroot.net/containerd-bin/v1.5.11.tar.gz, which results in an error 404. This is because the directory |
That's just the fallback URL The real problem is upstream https://github.com/containerd/containerd/archive/refs/tags/v1.5.11.tar.gz |
It would be a good idea to provide a cache for the minikube packages, since those are not available at buildroot.net
|
Yeah, but... 8dca3b0 It will change again. |
Closing as duplicate, just update the hash if it happens to you (again) |
What Happened?
Background: I'm trying to set up minikube on my local machine with kvm2 driver and GPU support. It's not working with the binary release, but I saw there are some recent commits to fix GPU issues so I decided to build the binary and ISO files myself, the latter following this guide.
The problem is that after some time, the
make out/minikube.iso
command outputs the following error message:I've downloaded the file manually using both CLI and browser and it always has the same checksum as mentioned in the error, but NOT the expected one.
How can I fix this? Maybe it's possible to change the expected checksum as a workaround?
Attach the log file
No log available since the binary can't be built.
Operating System
Ubuntu
Driver
No response
The text was updated successfully, but these errors were encountered: