Update Conmon commit for testing

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1232
Approved by: rhatdan
This commit is contained in:
Matthew Heon 2018-08-08 09:56:12 -04:00 committed by Atomic Bot
parent b01ddc7b09
commit bb45de5605
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ RUN set -x \
&& rm -rf "$GOPATH"
# Install conmon
ENV CRIO_COMMIT f9ae39e395880507d52295ca58e3683f22524777
ENV CRIO_COMMIT 662dbb31b5d4f5ed54511a47cde7190c61c28677
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/kubernetes-incubator/cri-o.git "$GOPATH/src/github.com/kubernetes-incubator/cri-o.git" \

View File

@ -62,7 +62,7 @@ RUN set -x \
&& go get github.com/onsi/gomega/...
# Install conmon
ENV CRIO_COMMIT f9ae39e395880507d52295ca58e3683f22524777
ENV CRIO_COMMIT 662dbb31b5d4f5ed54511a47cde7190c61c28677
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/kubernetes-incubator/cri-o.git "$GOPATH/src/github.com/kubernetes-incubator/cri-o.git" \

View File

@ -64,7 +64,7 @@ RUN set -x \
&& go get github.com/onsi/gomega/...
# Install conmon
ENV CRIO_COMMIT f9ae39e395880507d52295ca58e3683f22524777
ENV CRIO_COMMIT 662dbb31b5d4f5ed54511a47cde7190c61c28677
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/kubernetes-incubator/cri-o.git "$GOPATH/src/github.com/kubernetes-incubator/cri-o.git" \