File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ set -euo pipefail
1818
1919CONTEXT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) /"
2020REPO=" ${CONTEXT} ../../"
21+ CRI_TOOLS_VERSION=53ad8bb7f97e1b1d1c0c0634e43a3c2b8b07b718
2122
2223source " ${CONTEXT} /const.sh"
2324
@@ -78,9 +79,10 @@ RUN apt install -y --no-install-recommends git make gcc build-essential jq && \
7879 curl https://dl.google.com/go/go1.15.6.linux-\$ {TARGETARCH:-amd64}.tar.gz \
7980 | tar -C /usr/local -xz && \
8081 go get -u github.com/onsi/ginkgo/ginkgo && \
81- git clone -b v1.19.0 https://github.com/kubernetes-sigs/cri-tools \
82+ git clone https://github.com/kubernetes-sigs/cri-tools \
8283 \$ {GOPATH}/src/github.com/kubernetes-sigs/cri-tools && \
8384 cd \$ {GOPATH}/src/github.com/kubernetes-sigs/cri-tools && \
85+ git checkout ${CRI_TOOLS_VERSION} && \
8486 make critest && make install-critest -e BINDIR=\$ {GOPATH}/bin && \
8587 git clone -b v1.11.1 https://github.com/containerd/cri \
8688 \$ {GOPATH}/src/github.com/containerd/cri && \
You can’t perform that action at this time.
0 commit comments