Skip to content

Commit

Permalink
Add third party licenses file for release v0.4.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Dec 18, 2023
1 parent c3b9378 commit 34e069d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


--------------------------------------------------------------------------------
** github.com/hanwen/go-fuse/v2; version v2.3.0 - https://github.com/hanwen/go-fuse/v2
** github.com/hanwen/go-fuse/v2; version v2.4.1 - https://github.com/hanwen/go-fuse/v2

New BSD License

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ directory (`/usr/local/bin`):
> You can find other download link in the release page that matches your machine.
```shell
wget https://github.com/awslabs/soci-snapshotter/releases/download/v0.3.0/soci-snapshotter-0.3.0-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.3.0-linux-amd64.tar.gz soci soci-snapshotter-grpc
wget https://github.com/awslabs/soci-snapshotter/releases/download/v0.4.1/soci-snapshotter-0.4.1-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.4.1-linux-amd64.tar.gz soci soci-snapshotter-grpc
```

Now you should be able to use the `soci` CLI (and `soci-snapshotter-grpc` containerd plugin shortly):
Expand Down

0 comments on commit 34e069d

Please sign in to comment.