Billy Zha
Billy Zha
Historically ORAS user is able to push an artifact with pre-baked config data: ```console > oras version Version: 1.2.0-beta.1 Go version: go1.21.6 Git commit: 9ffdb3eec60b969d842af1a9e699202e0827fa01 Git tree state: clean >...
### Page URL https://oras.land/docs or https://oras.land ### User feedback ORAS CLI can be used on various platforms there is no document mentioned the list of supported platforms. Suggest adding such...
@qweeah @FeynmanZhou Since we are changing version numbers on the installation guide, I think we also need to change the version number in docusaurus.config file. https://github.com/oras-project/oras-www/blob/56ad143b78bc5be5f2f223802613ae438b7e8c67/docusaurus.config.js#L60 _Originally posted by @asmitbm...
To echo https://github.com/oras-project/oras/issues/1013, the steps for cutting a release branch in [release check list](https://oras.land/docs/community/developer_guide#release-checklist) should be updated to include below details: - Preparations for a release PR - How to...
### Code of Conduct - [X] I have read and agree to the ORAS' [Code of Conduct](https://github.com/oras-project/oras-www/blob/main/CODE_OF_CONDUCT.md) ### What part of document/web-page on oras.land is affected? oras CLI uses colon...
In current [documentation](https://oras.land/cli/#:~:text=%5C%3B%25PATH%25-,Docker%20Image,-A%20public%20Docker), there is an example of using oras container as locally installed application. > docker run -it --rm -v $(pwd):/workspace ghcr.io/oras-project/oras:v0.16.0 help We can remove `-v $(pwd):/workspace` since...
**What this PR does / why we need it**: This PR improves error message when the `oras attach` is run with only one argument, which might be an invalid artifact...
Although tagging a referrer artifact manifest is discouraged, it is still doable. However, re-tagging is implemented as pushing the exact manifest again to the remote server. According to the distribution-spec,...
### What happened in your environment? Running below command with empty variable `$BASE_IMAGE` (and thus actually not specified): ```console > oras attach --artifact-type "application/vnd.openvex.vex+json" $BASE_IMAGE ./vex/python3.12.2.vex.json Error: neither file nor...
When using `oras attach`, if a user forgot to provide the subject artifact reference and only specifies one to-be-uploaded file, ORAS CLI will output (tested in bash, different shell might...