To align with kubernetes 1.21.8,
Upgrade containerd from version 1.4.6 to 1.4.11
Upgrade runc from version 1.0.0-rc95 to 1.0.2
We continue to use no_btrfs build flag for containerd
as we do not use btrfs
Test Plan:
Built an iso (CentOS) and installed on AIO-DX lab
PASS: Run basic docker, ctr, crictl and runc commands
to create, list containers, images
PASS: Create new pods and PVCs and delete them
PASS: Lock-unlock and reboot hosts.
Check all pods are up back
Story: 2009845
Task: 44456
Signed-off-by: Kaustubh Dhokte <kaustubh.dhokte@windriver.com>
Change-Id: I8e5ce0fd316e2e7f059c8abe5050732192f502a1
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
COPY_LIST="${STX_BASE}/downloads/containerd-v1.4.11.tar.gz
|
|
${STX_BASE}/downloads/runc-1.0.2.tar.gz
|
|
${STX_BASE}/downloads/crictl-v1.21.0-linux-amd64.tar.gz
|
|
${FILES_BASE}/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|