Skip to content

Commit

Permalink
feat: update containerd to 1.4.3
Browse files Browse the repository at this point in the history
The third patch release for containerd 1.4 is a security release to address CVE-2020-15257.
See GHSA-36xw-fx78-c5r4 for more details.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Nov 30, 2020
1 parent 611d31e commit cbf412f
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.2.tar.gz
- url: https://github.com/containerd/containerd/archive/v1.4.3.tar.gz
destination: containerd.tar.gz
sha256: cccbb7db8c3454202c872c2fcc76636fb0db295cf72eb3319f1543d56063a1ae
sha512: fbbe51136ce5ce621a89ce19b340d53110b832a2610350742c9a1fed834140806f47c1a7cdf26ea94ebde2a7931fefcbc3f487ad9321404f0538f3412309d335
sha256: bc6d9452c700af0ebc09c0da8ddba55be4c03ac8928e72ca92d98905800c8018
sha512: 40501a45c46e4f2f6df1ce9e4142612863b400bb2e804b1e23a0b9f0b1ed3d5c83a6fcce4e70f82a4557ce0f301e2de11cf2935039cb74b8ebec0dc71752406e
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.2 REVISION=b321d358e6eef9c82fa3f3bb8826dca3724c58c6
make bin/containerd bin/containerd-shim bin/containerd-shim-runc-v2 BUILDTAGS='seccomp no_btrfs' VERSION=v1.4.3 REVISION=269548fa27e0089a8b8278fc4fc781d7f65a939b
install:
- |
mkdir -p /rootfs/bin
Expand Down

0 comments on commit cbf412f

Please sign in to comment.