# containerd/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=v1.7.22 \ --deletegit \ https://github.com/containerd/containerd.git #--------------------------------------------------------------------- 2. Sample "ctr" container management session. # Note: It's assumed that the user is running here as "root". # Start "containerd" daemon: containerd >& /tmp/containerd.log & # Pull an image: ctr image pull docker.io/library/alpine:latest # List images: ctr image ls ctr image ls -q # Create, run, and delete a container: ctr run --rm -t docker.io/library/alpine:latest alpo # Confirm that container was deleted: ctr container list #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 273M #--------------------------------------------------------------------- [depends] btrfs-progs go protobuf runc #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR smpmake cp -p bin/* $BINDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 220302 Added package. Started with 10f428dac (same as 1.6.1). 220505 Updated to 212e8b6fa - same as 1.6.4 220804 Updated to 0197261a3 - same as 1.6.7 220809 Updated to 9cd3357b7 - same as 1.6.8 230210 Updated to 299b67780 - same as 1.6.17 240708 Updated to cbb2fc78e - same as 1.7.18 240722 Updated to bfb2a355b - same as 1.7.20 240909 Updated to 7f7fdf5fe - same as 1.7.22