Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousGeorgiy committed Feb 27, 2023
1 parent cc70f39 commit 83f6dc1
Show file tree
Hide file tree
Showing 4 changed files with 6 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: 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 83f6dc1

Please sign in to comment.