To build a distro-specific package (rpm or deb):
make clean
make docker.io/library/<distro>:<version> [docker.io/library/<distro>:<version> ...]
# for example:
# make docker.io/library/centos:7
# make docker.io/library/ubuntu:jammyAfter build completes, packages can be found in the build directory.
Specify the path to the local source directory using CONTAINERD_DIR and/or
RUNC_DIR:
make REF=<git reference> CONTAINERD_DIR=<path to repository> docker.io/library/<distro>:<version>For example:
make clean
make REF=HEAD CONTAINERD_DIR=/home/me/go/src/github.com/containerd/containerd docker.io/library/ubuntu:jammy