Merge pull request #84 from Random-Liu/use-orignal-pause-image

Use gcr.io/google_containers/pause:3.0
This commit is contained in:
Lantao Liu 2017-06-20 16:04:12 -07:00 committed by GitHub
commit 166778361e

View File

@ -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.