Skip to content

Commit

Permalink
lib: config: use official kube pause image from gcr
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
  • Loading branch information
runcom committed Jun 8, 2018
1 parent 54478a2 commit 3e9011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// Default paths if none are specified
const (
conmonPath = "/usr/local/libexec/crio/conmon"
pauseImage = "kubernetes/pause"
pauseImage = "k8s.gcr.io/pause:3.1"
pauseCommand = "/pause"
defaultTransport = "docker://"
seccompProfilePath = "/etc/crio/seccomp.json"
Expand Down

0 comments on commit 3e9011a

Please sign in to comment.