From 0321bef16affe2d079c2e9515c8aa8d3227a7431 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Tue, 20 Jun 2017 21:58:51 +0000 Subject: [PATCH] Use gcr.io/google_containers/pause:3.0 because we've supported schema 1. Signed-off-by: Lantao Liu --- pkg/server/helpers.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/server/helpers.go b/pkg/server/helpers.go index 430866abb..b9f2695c3 100644 --- a/pkg/server/helpers.go +++ b/pkg/server/helpers.go @@ -56,8 +56,7 @@ const ( const ( // defaultSandboxImage is the image used by sandbox container. - // TODO(random-liu): [P1] Build schema 2 pause image and use it here. - defaultSandboxImage = "gcr.io/google.com/noogler-kubernetes/pause-amd64:3.0" + defaultSandboxImage = "gcr.io/google_containers/pause:3.0" // defaultShmSize is the default size of the sandbox shm. defaultShmSize = int64(1024 * 1024 * 64) // relativeRootfsPath is the rootfs path relative to bundle path.