File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,22 +59,22 @@ Install `oras` using [GoFish](https://gofi.sh/):
5959```
6060gofish install oras
6161==> Installing oras...
62- 🐠 oras 0.3.1 : installed in 65.131245ms
62+ 🐠 oras 0.3.2 : installed in 65.131245ms
6363```
6464
6565or install manually from the latest [ release artifacts] ( https://github.com/shizhMSFT/oras/releases ) :
6666```
6767# Linux
68- curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1 /oras_0.3.1_linux_amd64 .tar.gz
68+ curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.2 /oras_0.3.2_linux_amd64 .tar.gz
6969
7070# macOS
71- curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1 /oras_0.3.1_darwin_amd64 .tar.gz
71+ curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.2 /oras_0.3.2_darwin_amd64 .tar.gz
7272
7373# unpack, install, dispose
7474mkdir -p oras-install/
75- tar -zxf oras_0.3.1_ *.tar.gz -C oras-install/
75+ tar -zxf oras_0.3.2_ *.tar.gz -C oras-install/
7676mv oras-install/oras /usr/local/bin/
77- rm -rf oras_0.3.1_ *.tar.gz oras-install/
77+ rm -rf oras_0.3.2_ *.tar.gz oras-install/
7878```
7979
8080Then, to run:
@@ -88,7 +88,7 @@ oras help
8888A public Docker image containing the CLI is available on [ Docker Hub] ( https://hub.docker.com/r/ocistorage/oras ) :
8989
9090```
91- docker run -it --rm -v $(pwd):/workspace ocistorage/oras:v0.3.1 help
91+ docker run -it --rm -v $(pwd):/workspace ocistorage/oras:v0.3.2 help
9292```
9393
9494Note: the default WORKDIR in the image is ` /workspace ` .
You can’t perform that action at this time.
0 commit comments