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

Add hidden command to install the guest components #2028

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. Move NerdctlArchiveCache function to cacheutil

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    efd8910 View commit details
    Browse the repository at this point in the history
  2. Add command to install the guest components

    This will install the lima-guestagent in the instance.
    
    It will install nerdctl-full.tgz, if it has been enabled.
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    50c6707 View commit details
    Browse the repository at this point in the history
  3. Use temporary file names for installing

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ff65579 View commit details
    Browse the repository at this point in the history
  4. Decompress the guestagent if required

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    17b943a View commit details
    Browse the repository at this point in the history