Package containerd
in version 1.3.3 seems to be the most recent one for Ubuntu Bionic architecture amd64
:
$ apt show containerd
Package: containerd
Version: 1.3.3-0ubuntu1~18.04.4
Priority: optional
...
Unfortunately the sources are not available.
$ apt-get source containerd
Reading package lists... Done
E: Unable to find a source package for containerd
$ cat /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
It seems like the sources are only available for the most recent version. Which is 1.4.4. But this version is not available for amd64
.
Is there a way of getting the sources for the recent containerd version 1.3.3 via apt ?
universe
deb-src enabled forbionic
,bionic-updates
andbionic-backports
on my 18.04 box and it still only finds source packagecontainerd-1.4.4
– steeldriver May 25 '21 at 17:07universe
above. But using it only enables me to download the source in version 1.4.4 as @steeldriver mentioned. – mr.wolle May 25 '21 at 19:22