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

RFC: Use minikube prerelease ISO on CI #3346

Closed
wants to merge 2 commits into from

Commits on Aug 26, 2022

  1. scripts: Add env to set minikube iso url

    Make minikube ISO URL configurable. This can be used to run minikube
    with public pre-release images or local images (file://)
    
    Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
    Marcel Lauhoff committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5dcf319 View commit details
    Browse the repository at this point in the history
  2. build: Use minikube v1.26.1-1661377864-14783-amd64.iso

    Use prerelease minikube ISO, which includes fscrypt support to allow
    fscrypt PRs to run. Revert once MINIKUBE_VERSION is updated.
    
    Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
    Marcel Lauhoff committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    21c44df View commit details
    Browse the repository at this point in the history