Skip to content

Commit 8691127

Browse files
committed
See if newer gvisor fixes the kvm build
1 parent 6077aa0 commit 8691127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gvisor/enable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
containerdConfigTomlPath = "/etc/containerd/config.toml"
4141
storedContainerdConfigTomlPath = "/tmp/config.toml"
4242
gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64"
43-
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc"
43+
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-14/runsc"
4444
)
4545

4646
// Enable follows these steps for enabling gvisor in minikube:

0 commit comments

Comments
 (0)