We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6077aa0 commit 8691127Copy full SHA for 8691127
pkg/gvisor/enable.go
@@ -40,7 +40,7 @@ const (
40
containerdConfigTomlPath = "/etc/containerd/config.toml"
41
storedContainerdConfigTomlPath = "/tmp/config.toml"
42
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"
+ gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-14/runsc"
44
)
45
46
// Enable follows these steps for enabling gvisor in minikube:
0 commit comments