Skip to content

Commit

Permalink
feat: update containerd to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Feb 16, 2022
1 parent 6019223 commit aafafb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containerd/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
steps:
- sources:
# sync with version and revision in build
- url: https://github.com/containerd/containerd/archive/refs/tags/v1.6.0-rc.0.tar.gz
- url: https://github.com/containerd/containerd/archive/refs/tags/v1.6.0.tar.gz
destination: containerd.tar.gz
sha256: 386de511d89c1ef4364cf6c4e2bfe95b88a145398ef4460afb9e66c8b17c0aa0
sha512: e479e16b985f3695b2ec99ae5a928e58b7fecea81985202b6f3d71d1e1081dd216d75d845f23e20eb29bd6b0e209fd3f60552a1afacd771cdf9e68197d3009e0
sha256: 5f33da4d52b3df3b29bb875d7d23af62fd9d576be38448277dc4c19673c08a24
sha512: 4b4fd1203f9c2e381692be111d13bccb34ce5a7684b1b9111a8a6ad93f73c1de236670a020444dda60845c276fa4edae8c45d8a57c5d7696b8409f4c96e70824
prepare:
- |
tar -xzf containerd.tar.gz --strip-components=1
Expand All @@ -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.0-rc.0 REVISION=6e211a774ff0176b90894a5348964fdd9c6ce28d
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 VERSION=v1.6.0 REVISION=39259a8f35919a0d02c9ecc2871ddd6ccf6a7c6e
install:
- |
mkdir -p /rootfs/bin
Expand Down

0 comments on commit aafafb5

Please sign in to comment.