From 8691127c0a31ccd3dbdd7f102f4abbae7524ecc4 Mon Sep 17 00:00:00 2001 From: Wietse Muizelaar Date: Mon, 17 Feb 2020 13:09:30 +0100 Subject: [PATCH] See if newer gvisor fixes the kvm build --- pkg/gvisor/enable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gvisor/enable.go b/pkg/gvisor/enable.go index 366688ca32..40f69b2fc9 100644 --- a/pkg/gvisor/enable.go +++ b/pkg/gvisor/enable.go @@ -40,7 +40,7 @@ const ( containerdConfigTomlPath = "/etc/containerd/config.toml" storedContainerdConfigTomlPath = "/tmp/config.toml" gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64" - gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc" + gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-14/runsc" ) // Enable follows these steps for enabling gvisor in minikube: