Releases: shizhMSFT/oras
Releases · shizhMSFT/oras
v1.2.0-blake3
Instructions for downloading builds for linux/amd64
curl -Lo oras.tar.gz https://github.com/shizhMSFT/oras/releases/download/v1.2.0-blake3/oras_1.2.0-blake3_linux_amd64.tar.gz
tar xvzf oras.tar.gz -C ~/bin oras
The major difference between v1.2.0-blake3
and v1.2.0
is that v1.2.0-blake3
use blake3
as the default hash algorithm instead of sha256
.
Significant changes:
- oras: 6645786
- go-digest: shizhMSFT/go-digest@0b45d41
v0.14.0-shizh.3
Instructions for downloading builds for linux/amd64
curl -Lo oras.tar.gz https://github.com/shizhMSFT/oras/releases/download/v0.14.0-shizh.3/oras_0.14.0-shizh.3_linux_amd64.tar.gz
tar xvzf oras.tar.gz -C ~/bin oras
Documentation 📘
- Quick Start for usage scenarios of the oras artifacts specification
Changelog
- Fixed the perf issue of
oras copy
/oras discover
by leveraging token caches.
v0.14.0-shizh.2
Instructions for downloading builds for linux/amd64
curl -Lo oras.tar.gz https://github.com/shizhMSFT/oras/releases/download/v0.14.0-shizh.2/oras_0.14.0-shizh.2_linux_amd64.tar.gz
tar xvzf oras.tar.gz -C ~/bin oras
Documentation 📘
- Quick Start for usage scenarios of the oras artifacts specification
Changelog
- Fixed
oras copy
issue of zero-sized blobs. See oras-project/oras-go#129.
v0.14.0-shizh.1
Instructions for downloading builds for linux/amd64
curl -Lo oras.tar.gz https://github.com/shizhMSFT/oras/releases/download/v0.14.0-shizh.1/oras_0.14.0-shizh.1_linux_amd64.tar.gz
tar xvzf oras.tar.gz -C ~/bin oras
Documentation 📘
- Quick Start for usage scenarios of the oras artifacts specification
v0.11.1-shizh.2
Changelog
ce63e04 add headers to docker resolver (oras-project#333)
v0.11.1-shizh.1
Artifact support with patches.