1. 26 11月, 2020 2 次提交
  2. 19 11月, 2020 1 次提交
  3. 13 11月, 2020 1 次提交
  4. 10 11月, 2020 2 次提交
  5. 06 11月, 2020 1 次提交
  6. 09 10月, 2020 1 次提交
  7. 08 10月, 2020 1 次提交
  8. 06 10月, 2020 1 次提交
  9. 30 9月, 2020 2 次提交
  10. 26 8月, 2020 1 次提交
  11. 25 8月, 2020 1 次提交
  12. 18 8月, 2020 2 次提交
  13. 13 8月, 2020 1 次提交
  14. 11 8月, 2020 1 次提交
  15. 01 8月, 2020 1 次提交
  16. 24 6月, 2020 1 次提交
  17. 05 6月, 2020 2 次提交
  18. 30 5月, 2020 1 次提交
  19. 21 5月, 2020 4 次提交
  20. 08 5月, 2020 1 次提交
  21. 05 5月, 2020 1 次提交
  22. 28 4月, 2020 3 次提交
  23. 23 4月, 2020 2 次提交
  24. 22 4月, 2020 1 次提交
  25. 19 4月, 2020 1 次提交
  26. 10 4月, 2020 1 次提交
  27. 07 4月, 2020 2 次提交
  28. 24 3月, 2020 1 次提交
    • P
      Upgrade podman and add libglib2.0-0 to kicbase image · abf35cfb
      Priya Wadhwa 提交于
      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.
      abf35cfb