d670e5858e
This change updates the containerd package from 2.0.7 to 2.1.7.
Split debian/all into debian/bullseye and debian/trixie to handle
containerd variant differences. Bullseye uses containerd-static
because it bundles glibc 2.31, which does not meet the minimum
glibc 2.35 requirement of containerd 2.1.7. The static variant
bundles all required libraries, avoiding the glibc incompatibility.
Trixie uses the dynamic containerd package as it ships with
glibc 2.41, which satisfies the requirement.
This is to comply with Kubernetes versions 1.34 to 1.35.
Test Plan:
PASS: AIO-SX fresh installs with k8s versions 1.34, 1.35
successful for both bullseye & trixie. System healthy.
No alarms. Kubernetes cluster healthy.
PASS: AIO-SX kubernetes upgrade successful from 1.34 to 1.35
for both bullseye and trixie.
Story: 2011751
Task: 54164
Change-Id: Ic81f9135eec25875f5ad56b660b663795e6d59fc
Signed-off-by: rbanavas <rakeshkumarreddy.banavasi@windriver.com>