What is the problem you're trying to solve
The current dynamically linked binaries (built on Ubuntu 18.04) cannot be executed on musl-based distros and older versions of glibc-based distros
Describe the solution you'd like
Add static binaries, or just replace the current dynamic ones with static ones
Additional context
Static binaries are currently "discouraged" in https://github.com/containerd/containerd/blob/v1.6.7/BUILDING.md#static-binaries
What is the problem you're trying to solve
The current dynamically linked binaries (built on Ubuntu 18.04) cannot be executed on musl-based distros and older versions of glibc-based distros
Describe the solution you'd like
Add static binaries, or just replace the current dynamic ones with static ones
Additional context
Static binaries are currently "discouraged" in https://github.com/containerd/containerd/blob/v1.6.7/BUILDING.md#static-binaries