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

Upgrade podman and add libglib2.0-0 to kicbase image v0.0.8 #7182

Merged
merged 3 commits into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. Upgrade podman and add libglib2.0-0 to kicbase image

    The `TestOffline/group/crio` integration test was failing with the error:
    
    ```
    crio load image: sudo podman load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: exit status 125
    ```
    
    I tried SSH'ing into minikube and running the command myself, and got the error:
    
    ```
    Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version
    ```
    
    I then tried updating conmon, but got the error:
    
    ```
    conmon: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
    ```
    
    I then tried adding the libglib2.0-0 library to the kic base image and upgrading podman, which seems to have resolved the issue.
    Priya Wadhwa committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    abf35cf View commit details
    Browse the repository at this point in the history
  2. Add timeout on needsTransfer function

    needsTransfer requires a network connection as it tries to get the digest of the image it is verifying. When running `TestOffline/group/crio`, LoadImages takes 6m30s to complete because it's waiting for i/o timeout. With this timeout, LoadImages takes ~45 seconds when running that integratin test.
    Priya Wadhwa committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    091059b View commit details
    Browse the repository at this point in the history
  3. update vm podman to same version

    Priya Wadhwa committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3c37556 View commit details
    Browse the repository at this point in the history