Skip to content

Commit

Permalink
feat: update containerd to 1.4.4
Browse files Browse the repository at this point in the history
See https://github.com/containerd/containerd/releases/tag/v1.4.4

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Mar 5, 2021
1 parent a053811 commit af19871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containerd/pkg.yaml
Expand Up @@ -6,10 +6,10 @@ dependencies:
- stage: libseccomp
steps:
- sources:
- url: https://github.com/containerd/containerd/archive/v1.4.3.tar.gz
- url: https://github.com/containerd/containerd/archive/v1.4.4.tar.gz
destination: containerd.tar.gz
sha256: bc6d9452c700af0ebc09c0da8ddba55be4c03ac8928e72ca92d98905800c8018
sha512: 40501a45c46e4f2f6df1ce9e4142612863b400bb2e804b1e23a0b9f0b1ed3d5c83a6fcce4e70f82a4557ce0f301e2de11cf2935039cb74b8ebec0dc71752406e
sha256: ac62c64664bf62fd44df0891c896eecdb6d93def3438271d7892dca75bc069d1
sha512: f09930d19f53381d86cf522954458ecc949f15a0c6a49f990bdb61fe19afee075356338998ed84bd756f16ba85211f55f9c638de8b7083d71e24d8e87335e070
prepare:
- |
export GOPATH=/go
Expand All @@ -24,7 +24,7 @@ steps:
export GOPATH=/go
export PATH=${PATH}:${TOOLCHAIN}/go/bin
cd ${GOPATH}/src/github.com/containerd/containerd
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 BUILDTAGS='seccomp no_btrfs' VERSION=v1.4.3 REVISION=269548fa27e0089a8b8278fc4fc781d7f65a939b
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 BUILDTAGS='seccomp no_btrfs' VERSION=v1.4.4 REVISION=05f951a3781f4f2c1911b05e61c160e9c30eaa8e
install:
- |
mkdir -p /rootfs/bin
Expand Down

0 comments on commit af19871

Please sign in to comment.