From 83e20f634b12d867cd1953d4365d70fae1dc91f9 Mon Sep 17 00:00:00 2001 From: Georgiy Lebedev Date: Mon, 27 Feb 2023 10:52:51 +0300 Subject: [PATCH] Bump gVisor to 20230214.0 release * Bump gVisor containerd shim and runsc to 20230214.0 release. * Bump gvisor-containerd version to 1.6.18. Closes #683 --- CHANGELOG.md | 1 + bin/containerd-shim-runsc-v1 | 4 ++-- bin/gvisor-containerd | 4 ++-- scripts/install_stock.sh | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29a26bd1..25c592cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ## v1.6 [@davidbuzatu-marian](https://github.com/DavidBuzatu-Marian) ### Added +- Bumped gVisor to 20230214.0. - Added support for [eStargz](https://github.com/containerd/stargz-snapshotter) in stock-only setup. - Added [setup script](./scripts/stargz/setup_stargz.sh) for stargz-snapshotter. - Added [example](./configs/knative_workloads/stargz-node.yaml) knative deployment for eStargz. diff --git a/bin/containerd-shim-runsc-v1 b/bin/containerd-shim-runsc-v1 index df503ee5e..f200abd2a 100755 --- a/bin/containerd-shim-runsc-v1 +++ b/bin/containerd-shim-runsc-v1 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6f2be4a509a67efaa0b4f3b0163b147e3e2e0fd0199e814366d2060763274ce -size 8956057 +oid sha256:35684d052c5532d5571673e281303ce0e8dc74bbfd2ed3dbbcad8c14cc0b8cf6 +size 25143344 diff --git a/bin/gvisor-containerd b/bin/gvisor-containerd index 87ac64001..b1fab8fd5 100755 --- a/bin/gvisor-containerd +++ b/bin/gvisor-containerd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cdc58d7837d63afe0835936220168b46604db53b2b164cb5dde01110b12282a -size 57238880 +oid sha256:b899763ba6c11932b1295c2743f56ae4cf2a3019d7b57f9e9f44c658532ed95b +size 51997144 diff --git a/scripts/install_stock.sh b/scripts/install_stock.sh index db5e9dd85..42a9072a7 100755 --- a/scripts/install_stock.sh +++ b/scripts/install_stock.sh @@ -37,7 +37,7 @@ wget --continue --quiet https://github.com/opencontainers/runc/releases/download mv runc.amd64 runc sudo install -D -m0755 runc /usr/local/sbin/runc -wget --continue --quiet https://storage.googleapis.com/gvisor/releases/release/20210622/x86_64/runsc +wget --continue --quiet https://storage.googleapis.com/gvisor/releases/release/20230214/x86_64/runsc sudo chmod a+rx runsc sudo mv runsc /usr/local/bin