Zoey Li

Results 24 comments of Zoey Li

> How can users make sure they delete the right blob? > > * We could add a help doc to show the user how to get the digest for...

Below is the UX design for ORAS manifest commands and ORAS blob commands from our discussion @shizhMSFT @qweeah @yuehaoliang-microsoft @lizMSFT ``` # Push oras manifest push - # read from...

Hi @shizhMSFT, should we enable ORAS_CACHE for this fetch blob workflow?

- **crane**: fetch a blob UX doc: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_blob.md code: https://github.com/google/go-containerregistry/blob/main/cmd/crane/cmd/blob.go#L26 Example: - `crane blob zoeycr0707.azurecr.io/hello-world:linuxarmv5@sha256:b921b04d0447ddcd82a9220d887cd146f6ef39e20a938ee5e19a90fc3323e030 > blob.tar.gz` Will save the blob output to the blob.tar.gz - `crane blob zoeycr0707.azurecr.io/hello-world:linuxarmv5@sha256:b921b04d0447ddcd82a9220d887cd146f6ef39e20a938ee5e19a90fc3323e030` Will...

Current options are: **Option 1:** - Use a mandatory output argument: `oras blob fetch localhost:5000@digest blob.tar.gz` - `stdout` for printing progress status, e.g., ``` oras blob fetch localhost:5000@digest blob.tar.gz Fetched...

UX design (08/26/2022) ``` # INVALID: return error, either output or descriptor need to be provided, or provide both oras blob fetch # stdout: nothing, save blob content into file...

Yes, I am feeling the same. It would be better not change the name for now since it will bring breaking changes and it currently doesn't bring additional value. Besides,...

Create a new issue for rename `--manifest-config`: https://github.com/oras-project/oras/issues/495 cc @shizhMSFT @qweeah @sajayantony