Skip to content

Commit

Permalink
Merge pull request #1382 from ZouRui89/cri_enhance
Browse files Browse the repository at this point in the history
enhance: replace the default sandbox image for pouchd with google-released image
  • Loading branch information
HusterWan authored May 23, 2018
2 parents c38f332 + de1bc67 commit feba9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cri-test/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_setup() {
pouch_pid_command=`pgrep pouchd`
pouch_pid=${pouch_pid_command}
if [ ! -n "${pouch_pid}" ]; then
keepalive "pouchd --enable-cri ${POUCH_FLAGS}" \
keepalive "pouchd --enable-cri --sandbox-image=gcr.io/google_containers/pause-amd64:3.0 ${POUCH_FLAGS}" \
${RESTART_WAIT_PERIOD} &> ${report_dir}/pouch.log &
pouch_pid=$!
fi
Expand Down

0 comments on commit feba9bc

Please sign in to comment.