5935f2a65f
This updates containerd from 1.3.3 to 1.4.6, runc from 1.0.0-rc10 to 1.0.0-rc95 and crictl from 1.18 to 1.21 to align with what was used upstream for Kubernetes 1.21 testing. We could also remove the "no_btrfs" build flag by adding the btrfs-progs-devel RPM to the CentOS mirror. But we don't use btrfs anyway, so this way we make the package a bit smaller. Story: 2008972 Task: 42640 Change-Id: I3dc5465a80209eab34224e9e6e2d5aee49a8266e Signed-off-by: Chris Friesen <chris.friesen@windriver.com> Signed-off-by: Mihnea Saracin <Mihnea.Saracin@windriver.com>
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
COPY_LIST="${STX_BASE}/downloads/containerd-1.4.6.tar.gz
|
|
${STX_BASE}/downloads/runc-1.0.0-rc95.tar.gz
|
|
${STX_BASE}/downloads/crictl-v1.21.0-linux-amd64.tar.gz
|
|
${FILES_BASE}/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|