integ/kubernetes/runc/debian/meta_data.yaml
Saba Touheed Mujawar 1da437b44b Upgrade runc to 1.1.7
As documented at
https://kubernetes.io/blog/2022/12/09/kubernetes-v1-26-release K8s
1.26 will no longer support containerd 1.5 and lower.

Accordingly we are upgrading runc to 1.1.7 to be aligned
with something closer to what the upstream K8s versions are using.

The Debian package for runc comes from "bookworm" and
would require us to bring in a newer glibc and newer python3, which
is not something we want to do at this point.

As a workaround, we are pulling in the prebuilt binaries from
the runc github project, which work fine with our existing
packages.

It's not a compile-time dependency, but these Ansible changes are
needed to actually run K8s 1.26:
https://review.opendev.org/c/starlingx/ansible-playbooks/+/879356

Test Plan:
  PASS: Install with K8s 1.26 on AIO-SX and ensure the system comes up
  normally.

Story: 2010368
Task: 46592

Change-Id: Id9380ef1fc0064c311d8901f1d0f3a043ba6e4d4
Signed-off-by: Saba Touheed Mujawar <sabatouheed.mujawar@windriver.com>
2023-05-29 07:26:53 -04:00

15 lines
403 B
YAML

---
debname: runc
debver: 1.1.7
src_path: null
dl_files:
runc.amd64:
topdir: null
url: https://github.com/opencontainers/runc/releases/download/v1.1.7/runc.amd64
sha256sum: c3aadb419e5872af49504b6de894055251d2e685fddddb981a79703e7f895cbd
revision:
dist: $STX_DIST
GITREVCOUNT:
BASE_SRCREV: fe5768d72e8ad2f1d780cfaab11294998d5ed377
SRC_DIR: ${MY_REPO}/stx/integ/kubernetes/runc