-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
base-image: Allow using podman as well as docker daemon #11063
Conversation
d3bcaa8
to
13e8544
Compare
Now things are implemented both for "daemon" (docker) and for "podman". |
13e8544
to
fa5a811
Compare
/ok-to-test |
kvm2 Driver
Times for minikube start: 50.4s 50.0s 48.7s 51.3s 47.5s Times for minikube ingress: 37.8s 34.8s 35.8s 34.7s 38.3s docker Driver
Times for minikube start: 23.0s 20.7s 22.2s 22.0s 21.4s Times for minikube (PR 11063) ingress: 31.0s 32.0s 33.5s 30.0s 30.0s |
@afbjorklund the cloud shell test failure is not a usuall flake I have seen. https://storage.googleapis.com/minikube-builds/logs/11063/fa5a811/Docker_Cloud_Shell.html#fail_TestFunctional%2fparallel%2fLoadImage |
@afbjorklund: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
kvm2 driver with docker runtime
Times for minikube ingress: 34.7s 36.3s 35.3s 35.8s 35.2s Times for minikube (PR 11063) start: 50.8s 48.5s 50.2s 48.8s 46.4s docker driver with docker runtime
Times for minikube ingress: 30.0s 28.5s 29.5s 32.0s 28.5s Times for minikube start: 21.6s 21.8s 22.6s 21.9s 21.9s docker driver with containerd runtime |
@afbjorklund one more rebase please |
Replaces daemon.Write from go-containerregistry
Replaces daemon.Image from go-containerregistry
e426473
to
9a9e804
Compare
Hopefully this also fixes the scenario with the new "kic" cache, where the image is already loaded into daemon/podman. Started the (informal) process of adding v1.Image Sources
Sinks
|
kvm2 driver with docker runtime
Times for minikube start: 53.7s 50.2s 47.6s 49.8s 53.0s Times for minikube ingress: 42.8s 36.3s 35.3s 36.3s 42.8s docker driver with docker runtime
Times for minikube start: 22.3s 21.5s 21.4s 21.6s 22.0s Times for minikube ingress: 37.5s 36.5s 31.5s 38.0s 37.5s docker driver with containerd runtime |
@afbjorklund: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Rewrite functions:
Closes #8577
See #10918 (comment)