Comment 3 for bug 1996534

Revision history for this message
Adam Dyess (addyess) wrote (last edit ):

another work-around employed in charmed-kubernetes is to upgrade containerd after apt installation with the upstream release (1.6.8 for example) of containerd.

This script builds a multi-arch charm resource: https://github.com/charmed-kubernetes/charm-containerd/blob/main/build-resources.sh

which is used by the containerd charm to install the correct binaries atop the apt installation.