From 642b4aff8e6ca47076f09fdd0d113da4876f0ca8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 6 Feb 2025 22:43:58 +0000 Subject: [PATCH] Update getting started to v0.9.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/eks.md | 2 +- docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eks.md b/docs/eks.md index 2684a6b30..fd332c146 100644 --- a/docs/eks.md +++ b/docs/eks.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index 3d1515de1..5eae31ead 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 ```