-
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
Update the Zero Install feed for Minikube #7978
Comments
can u provide docs how to use it ? |
They were actually included above:
A better example (that actually works):
For the first time using the system, you would need to install something.
It will install the CLI version by default, so if you want the GUI you can add it too.
Note that it will automatically pick the operating system and cpu architecture for you. For our regular instructions, the user would have to remember do all that themselves:
And that is not verifying any checksums or signatures (even if that is also the problem here...) You can see how it all works here: https://docs.0install.net/details/ Notice that it is just using our regular minikube binaries in this case. In fact, we provide the exact same binary in multiple formats - to make it more accessible...
Once the checksums have been fixed (this issue), I will add it to the minikube documentation.
It is blocked by kubernetes/release#839 Our limited workaround is #7971 (fixes the URL version part, but no signatures and no updates)
|
I was close, it was the executable bit (the modification time was always set 0 for loose files) It works OK with newer |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This issue has been fixed since v1.10.0 |
I would really like to support this way of distributing links to the minikube binaries:
https://apps.0install.net/kubernetes/minikube.xml
But currently I'm getting checksum errors, when trying to run the latest versions:
0install run https://apps.0install.net/kubernetes/minikube.xml
Incorrect manifest -- archive is corrupted.
Required digest: sha256new_COUKLDJ3K547BUITQTMI3KIXICLFELV5OAPPAURHJMIRIP6V2SWA
Actual digest: sha256new_IN5EGYYHA4Y7MG2JHVVIHL6ZUHVXMQSZHQ54SQHY2KPZ2N5LGNDQ
We should work with the Zero Install project, to make sure that it works out-of-the-box...
It has a lot of nice features, like a one-line start and automatic checksums and signatures.
See http://0install.net/ for details.
Eventually we could compress our binaries, to make for a smaller download as well...
They would shrink from the current 53M to a much leaner 23M - for the same content!
23M minikube-linux-amd64.tar.gz
The text was updated successfully, but these errors were encountered: