
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 containerd to 1.6.21. The Debian package for containerd 1.6 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 containerd 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 Also, the debian packaging tools do not allow binaries to be installed to /usr/local/sbin, so the script that was there previously has been moved to /usr/sbin. There is a corresponding change in the containerd service file override that should be merged at the same time: https://review.opendev.org/c/starlingx/config-files/+/883214 Test Plan: PASS Install AIO-SX with K8s 1.25 and upgrade to K8s 1.26. PASS Install with K8s 1.26 on AIO-SX and ensure the system comes up normally. Story: 2010368 Task: 46590 Change-Id: I9e7a0e28a1b153141ff17a88efa0626314a01c91 Signed-off-by: Chris Friesen <chris.friesen@windriver.com>
27 lines
933 B
Plaintext
27 lines
933 B
Plaintext
Source: containerd
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
build-info-dev
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://containerd.io/
|
|
|
|
Package: containerd
|
|
Architecture: linux-any
|
|
Depends: runc (>= 0.1.0~),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: open and reliable container runtime
|
|
Containerd is an industry-standard container runtime with an emphasis on
|
|
simplicity, robustness and portability. It is available as a daemon for
|
|
Linux and Windows, which can manage the complete container life cycle of
|
|
its host system: image transfer and storage, container execution and
|
|
supervision, low-level storage and network attachments, etc.
|
|
.
|
|
Containerd is designed to be embedded into a larger system, rather than
|
|
being used directly by developers or end-users.
|
|
.
|
|
This package contains the binaries.
|
|
|