Skip to content

Commit

Permalink
ci: Remove hard-coded pause image removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Sep 15, 2024
1 parent 0b399a7 commit 61a96d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kind-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
tar xz -C /usr/local/bin -- mindthegap; \
nohup containerd & &>/dev/null; \
until crictl info &>/dev/null; do sleep 0.5; done; \
crictl rmi registry.k8s.io/pause:3.7; \
crictl rmi "$(crictl images | grep pause | awk '{print $1,$2}' OFS=":")"; \
mindthegap import image-bundle --image-bundle /tmp/images.tar; \
rm -f /usr/local/bin/mindthegap; \
pkill containerd"
Expand Down

0 comments on commit 61a96d6

Please sign in to comment.