This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ BOOTKUBE_ROOT=$(git rev-parse --show-toplevel)
55sudo rkt run \
66 --volume bk,kind=host,source=${BOOTKUBE_ROOT} \
77 --mount volume=bk,target=/go/src/github.com/kubernetes-incubator/bootkube \
8- --insecure-options=image docker://golang:1.7.4 --exec /bin/bash -- -c \
8+ --insecure-options=image docker://golang:1.7.5 --exec /bin/bash -- -c \
99 " cd /go/src/github.com/kubernetes-incubator/bootkube && make release"
Original file line number Diff line number Diff line change 115115
116116 # TODO(pb): See if there is a way to make the --inherit-env option replace
117117 # passing all the variables manually.
118- sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.7.4 --exec /bin/bash -- -c \
118+ sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.7.5 --exec /bin/bash -- -c \
119119 " IN_CONTAINER=true COREOS_CHANNEL=${COREOS_CHANNEL} GCE_PREFIX=${GCE_PREFIX} GCE_SERVICE_ACCOUNT=${GCE_SERVICE_ACCOUNT} GCE_PROJECT=${GCE_PROJECT} SELF_HOST_ETCD=${SELF_HOST_ETCD} /build/bootkube/hack/tests/$( basename $0 ) "
120120fi
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ CONFORMANCE="\
4444 KUBECONFIG=/kubeconfig KUBERNETES_PROVIDER=skeleton KUBERNETES_CONFORMANCE_TEST=Y go run hack/e2e.go \
4545 -v --test -check_version_skew=false --test_args='--ginkgo.focus=\[Conformance\]'"
4646
47- CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.7.4 --exec /bin/bash -- -c \" ${INIT} && ${BUILD} && ${CONFORMANCE} \" "
47+ CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.7.5 --exec /bin/bash -- -c \" ${INIT} && ${BUILD} && ${CONFORMANCE} \" "
4848ssh -q -o stricthostkeychecking=no -i ${ssh_key} -p ${ssh_port} core@${ssh_host} " ${CMD} "
You can’t perform that action at this time.
0 commit comments