Billy Zha
Billy Zha
> Are we trying to delete a blob, or an artifact? @SteveLasker This command is designed for deleting only a blob. Deleting an artifact can be done via `oras manifest...
ORAS v0.13.0 cannot be used to download an image. It will only download layers annotated with [OCI image title](https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/annotations.go#L52)
For `manifest fetch`, what is the scope of `--pretty`? Should below commands store prettified manifest to file? ``` oras manifest fetch --output --pretty oras manifest fetch --output --pretty --descriptor #...
> If user can redirect the pretty output to a file using `>`, then we don't need a `--output` flag, right? Yes, but the `--output` is designed for the scenario...
> why not set it as default and drop this flag? @FeynmanZhou prettifying a manifest will change the content(by adding space and newlines), thus **changing the digest of the fetched...
@shizhMSFT Please assign it to me.
> Let's print twice as it is. I think this is already avoided by current implementation with the `printed` map. There is still an edge case pending for confirm: Should...
@wangxiaoxuan273 Synced offline with @shizhMSFT on the above case, it's acceptable.
> new artifact types representing collections of artifacts using [OCI > Index](https://github.com/opencontainers/image-spec/blob/master/image-index.md). A means to identify an index as a type of artifact will be required. @AaronFriel The above use...
@AaronFriel Feel free to elaborate your question in [oras discussion](https://github.com/oras-project/oras/discussions/new). Maybe the feature you need is already supported in the current version. Sorry for the lacking of documentation but we...