Skip to content

Commit 89afe84

Browse files
committed
e2e: refresh packages list before install containerd
otherwise 'containerd' will try to pull an old and non-existing 'runc' version Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent b2b2a3e commit 89afe84

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/data/kustomize/common-patches/containerd/containerd-kcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
echo "No CI Artifacts installation, exiting"
1818
exit 0
1919
fi
20+
apt update -qq
2021
echo "Installing containerd"
2122
apt-get install -y containerd
2223
# TODO(lentzi90): This adds cri-tools from the kubernetes repository, since we need to make sure it is a specific version

test/e2e/data/kustomize/common-patches/containerd/containerd-kct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
echo "No CI Artifacts installation, exiting"
1818
exit 0
1919
fi
20+
apt update -qq
2021
echo "Installing containerd"
2122
apt-get install -y containerd
2223
# TODO(lentzi90): This adds cri-tools from the kubernetes repository, since we need to make sure it is a specific version

0 commit comments

Comments
 (0)