Skip to content

Commit

Permalink
Update getting started to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GitHub authored and github-actions[bot] committed Feb 6, 2025
1 parent 8d03ee6 commit 642b4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cat <<'EOF_SCRIPT' >install_soci.sh
#!/bin/bash
# Set environment variables
ARCH=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)
version="0.8.0"
version="0.9.0"
ARCHIVE=soci-snapshotter-$version-linux-$ARCH.tar.gz
pushd /tmp
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ directory (`/usr/local/bin`):
> You can find other download link in the release page that matches your machine.
```shell
version="0.8.0"
version="0.9.0"
wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc
```
Expand Down

0 comments on commit 642b4af

Please sign in to comment.