-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Description
Hey guys,
I've been unable to run the latest containerd (1.6.7) on my Ubuntu 20.04 fleet, but 1.6.6 works fine. The following illustrates the problem:
1.6.6:
root@mn1:/tmp# ./1.6.6/bin/containerd --version
containerd github.com/containerd/containerd v1.6.6 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
root@mn1:/tmp#
1.6.7:
./1.6.7/bin/containerd --version
./1.6.7/bin/containerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./1.6.7/bin/containerd)
./1.6.7/bin/containerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./1.6.7/bin/containerd)
root@mn1:/tmp#
Steps to reproduce the issue
- Download and uncompress the latest 1.6.7 from https://github.com/containerd/containerd/releases/download/v1.6.7/containerd-1.6.7-linux-amd64.tar.gz
- Attempt to run
./bin/containerd --version
on Ubuntu 20.04 environment - Observe error
Describe the results you received and expected
I should be able to upgrade from 1.6.6 to 1.6.7 without issue
What version of containerd are you using?
1.6.7
Any other relevant information
root@mn1:/tmp# uname -a
Linux cn1 5.13.11-051311-generic #202108151332 SMP Sun Aug 15 13:57:01 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Show configuration if it is related to CRI plugin.
No response
invidian, xtremerui, nckturner, fighterhit, TimaevAlexandr and 1 more