Skip to content

Commit

Permalink
Merge pull request #571 from ginglis13/makefile-critest
Browse files Browse the repository at this point in the history
Remove duplicate critest from test image
  • Loading branch information
ginglis13 authored Feb 23, 2022
2 parents ff3394f + 870abee commit 5dfae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.integ-test
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ENV VERSION="v1.23.0"
RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz && \
tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /tmp/ && \
install -D -o root -g root -m755 -t /usr/local/bin /tmp/critest && \
rm -f critest-$VERSION-linux-amd64.tar.gz
rm -f critest-$VERSION-linux-amd64.tar.gz /tmp/critest

# Install everything we need in this image. Due to the bind-mount, if the host has already
# up-to-date versions of everything built, this step will be a very quick copy
Expand Down

0 comments on commit 5dfae2c

Please sign in to comment.