1da437b44b
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>
28 lines
1000 B
Plaintext
28 lines
1000 B
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: runc
|
|
Source: https://github.com/opencontainers/runc
|
|
|
|
Files: *
|
|
License: Apache-2
|
|
|
|
Other files are included from the upstream runc
|
|
binary package at
|
|
https://github.com/opencontainers/runc/releases/download/v1.1.7/runc.amd64
|
|
|
|
|
|
License: Apache-2.0
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
.
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
.
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
.
|
|
On Debian systems, the complete text of the Apache version 2.0 license
|
|
can be found in "/usr/share/common-licenses/Apache-2.0".
|