Billy Zha

Results 78 issues of Billy Zha

Repository / Tags - [ ] #470 - [ ] #469 - [ ] #471 Manifest - [ ] #472 - [ ] #301 - [ ] #473 Blob -...

The proposed command is: ``` Usage: oras tag REPO: NEW_TAG Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help for tagging...

As is described in #459, `manifest get` also need to support specifying `--descriptor` flag for fetching a descriptor of the target manifest. _Originally posted by @qweeah in https://github.com/oras-project/oras/issues/301#issuecomment-1197583592_

Need to access the `size` of README.md file, only to find that it's not a public property of Readme object. The property itself is indeed available in native [Github API](https://docs.github.com/en/rest/reference/repos#get-a-repository-readme)....

up-for-grabs
category: feature

If a oras-go user want to get a blob chunk from a remote target, he/she can 1) fetch the blob io reader via a resolved descriptor 2) seek the io...

enhancement
perf

If a docker v2 image (application/vnd.docker.distribution.manifest.v2+json) is stored in distribution and users tried to get its manifest as v1 image(application/vnd.docker.distribution.manifest.v1+prettyjws) via `/v2//manifests/`, then **'Docker-Content-Digest' in the response header will not...

Happy paths: - should fetch blob content and output to a file - should fetch blob descriptor - should fetch prettified blob descriptor - should fetch blob content to a...

E2E testing

Happy paths: - should delete a blob with interactive confirmation, with delete prompt - should delete a blob with confirmation flag - should delete a blob with confirmation flag and...

E2E testing

Happy paths: - should push a blob from stdin - should push a blob from a file - should push a blob from a file and output the descriptor -...

E2E testing

Happy paths: - should push a manifest from stdin - should push a manifest from a file with media type flag - should push a manifest from a file without...

E2E testing