docker / containerd-packaging

Linux distro packaging for containerd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containerd 1.6.30 released

RichieFrame opened this issue · comments

Yes, we're planning to package v1.6.30; we're looking into some issues for the arm 32-bit builds, which may need changes in the build scripts. In the meantime, you could build packages for your distro using the instructions in the readme; https://github.com/docker/containerd-packaging?tab=readme-ov-file#usage

For example, to build packages for ubuntu:22.04;

make REF=v1.6.30 docker.io/library/ubuntu:22.04

After the build completed, you'll find packages in the build directory;

tree build
build
└── ubuntu
    └── jammy
        └── arm64
            └── containerd.io_1.6.30-1_arm64.deb

4 directories, 1 file