Skip to content

Commit 5dfae2c

Browse files
authored
Merge pull request #571 from ginglis13/makefile-critest
Remove duplicate critest from test image
2 parents ff3394f + 870abee commit 5dfae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile.integ-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV VERSION="v1.23.0"
5050
RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz && \
5151
tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /tmp/ && \
5252
install -D -o root -g root -m755 -t /usr/local/bin /tmp/critest && \
53-
rm -f critest-$VERSION-linux-amd64.tar.gz
53+
rm -f critest-$VERSION-linux-amd64.tar.gz /tmp/critest
5454

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

0 commit comments

Comments
 (0)