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..02a2390fb 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:543f441cf65c038eb754ac35860017aac428a1793efc0377bfa1104a7e131630 +size 48898336 diff --git a/scripts/install_stock.sh b/scripts/install_stock.sh index db5e9dd85..5eb39d77c 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/20221017/x86_64/runsc sudo chmod a+rx runsc sudo mv runsc /usr/local/bin