Skip to content

Commit

Permalink
fix: containerd version
Browse files Browse the repository at this point in the history
Fix version set when building containerd, Ref: #552

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 18, 2022
1 parent 01df058 commit 2ecd14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
export CGO_ENABLED=1
export PATH=${PATH}:${TOOLCHAIN}/go/bin
export BUILDTAGS='seccomp no_aufs no_btrfs no_devmapper no_zfs'
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 VERSION=v1.6.7 REVISION=9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 VERSION=v1.6.8 REVISION=9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
install:
- |
mkdir -p /rootfs/bin
Expand Down

0 comments on commit 2ecd14e

Please sign in to comment.