Skip to content

Commit

Permalink
Bump gVisor to 20230214.0
Browse files Browse the repository at this point in the history
* Bump gVisor containerd shim and runsc to 20230214.0 release.
* Bump gvisor-containerd version to 1.6.18.

Closes vhive-serverless#683

Signed-off-by: Georgiy Lebedev <lebedev.gk@phystech.edu>
  • Loading branch information
CuriousGeorgiy committed Mar 1, 2023
1 parent 2d01449 commit cc451ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions bin/containerd-shim-runsc-v1
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/gvisor-containerd
Git LFS file not shown
2 changes: 2 additions & 0 deletions configs/gvisor-containerd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ state = "/run/gvisor-containerd"
address = "/run/gvisor-containerd/containerd.sock"
[plugins."io.containerd.runtime.v1.linux"]
shim_debug = true
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
runtime_type = "io.containerd.runc.v2"
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runsc]
runtime_type = "io.containerd.runsc.v1"

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_stock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc451ac

Please sign in to comment.