integ/kubernetes/runc/debian/deb_folder/control
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

17 lines
501 B
Plaintext

Source: runc
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
dh-exec,
Standards-Version: 4.6.1
Homepage: https://github.com/opencontainers/runc
Package: runc
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: runc is a CLI tool for spawning and running containers
on Linux according to the OCI specification.
This package contains the binaries.