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

utils: kata-manager: Allow installing kata from a given tarball #8439

Commits on Nov 14, 2023

  1. utils: kata-manager: Allow installing kata from a given tarball

    With this change, we give the users the change to try kata-containers
    with their own pre-built tarball.
    
    This will become very useful in the CI context, as we won't be
    downloading a specific version of kata-containers, but rather installing
    whatever was built in previous steps of the CI pipeline.
    
    Fixes: kata-containers#8438
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    38d2edd View commit details
    Browse the repository at this point in the history
  2. utils: kata-manager: Remove $enable_debug from the install_kata call

    This was added as part of d4d65be, but
    install_kata has never actually used the passed enable_debug var.
    
    With this in mind, let's just remove it.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1699b84 View commit details
    Browse the repository at this point in the history