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

fix image save cmd #12265

Merged
merged 10 commits into from
Aug 25, 2021
Merged

fix image save cmd #12265

merged 10 commits into from
Aug 25, 2021

Commits on Aug 13, 2021

  1. Add method to copy files from the VM as well

    Previously you could only Copy(To), not CopyFrom.
    
    Implies that some Assets can be written to instead.
    afbjorklund authored and prezha committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    e59c41e View commit details
    Browse the repository at this point in the history
  2. Add command to save images from the cluster

    This is the opposite command of "minikube image load",
    and can be used after doing a "minikube image build".
    
    The default is to save images in the cache, but it is
    also possible to save to files or to standard output.
    afbjorklund authored and prezha committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    68197de View commit details
    Browse the repository at this point in the history
  3. fix original pr 12162

    prezha committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    fa8ee49 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Add stand-alone image pull and image tag commands

    Needed for testing, but maybe elsewhere as well
    afbjorklund committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    9e588e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Make sure to use sudo for load/save docker images

    Add a test for SaveImage, similar to LoadImage
    afbjorklund committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ab61a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d31dd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. merge

    prezha committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6efbd1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4bdef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c397128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1ba75f View commit details
    Browse the repository at this point in the history