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 @@ -68,22 +68,22 @@ Install `oras` using [GoFish](https://gofi.sh/):
6868```
6969gofish install oras
7070==> Installing oras...
71- 🐠 oras 0.3.3 : installed in 65.131245ms
71+ 🐠 oras 0.4.0 : installed in 65.131245ms
7272```
7373
7474or install manually from the latest [ release artifacts] ( https://github.com/deislabs/oras/releases ) :
7575```
7676# Linux
77- curl -LO https://github.com/deislabs/oras/releases/download/v0.3.3 /oras_0.3.3_linux_amd64 .tar.gz
77+ curl -LO https://github.com/deislabs/oras/releases/download/v0.4.0 /oras_0.4.0_linux_amd64 .tar.gz
7878
7979# macOS
80- curl -LO https://github.com/deislabs/oras/releases/download/v0.3.3 /oras_0.3.3_darwin_amd64 .tar.gz
80+ curl -LO https://github.com/deislabs/oras/releases/download/v0.4.0 /oras_0.4.0_darwin_amd64 .tar.gz
8181
8282# unpack, install, dispose
8383mkdir -p oras-install/
84- tar -zxf oras_0.3.3_ *.tar.gz -C oras-install/
84+ tar -zxf oras_0.4.0_ *.tar.gz -C oras-install/
8585mv oras-install/oras /usr/local/bin/
86- rm -rf oras_0.3.3_ *.tar.gz oras-install/
86+ rm -rf oras_0.4.0_ *.tar.gz oras-install/
8787```
8888
8989Then, to run:
@@ -96,7 +96,7 @@ oras help
9696A public Docker image containing the CLI is available on [ Docker Hub] ( https://hub.docker.com/r/orasbot/oras ) :
9797
9898```
99- docker run -it --rm -v $(pwd):/workspace orasbot/oras:v0.3.3 help
99+ docker run -it --rm -v $(pwd):/workspace orasbot/oras:v0.4.0 help
100100```
101101
102102Note: the default WORKDIR in the image is ` /workspace ` .
You can’t perform that action at this time.
0 commit comments