We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff3394f + 870abee commit 5dfae2cCopy full SHA for 5dfae2c
tools/docker/Dockerfile.integ-test
@@ -50,7 +50,7 @@ ENV VERSION="v1.23.0"
50
RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz && \
51
tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /tmp/ && \
52
install -D -o root -g root -m755 -t /usr/local/bin /tmp/critest && \
53
- rm -f critest-$VERSION-linux-amd64.tar.gz
+ rm -f critest-$VERSION-linux-amd64.tar.gz /tmp/critest
54
55
# Install everything we need in this image. Due to the bind-mount, if the host has already
56
# up-to-date versions of everything built, this step will be a very quick copy
0 commit comments