Billy Zha
                                            Billy Zha
                                        
                                    @shizhMSFT Do we need to print warning if: no config media type is specified and there is already a name(title annotation) in the config descriptor?
> @lizMSFT @sajayantony @qweeah There is another option that we can rename `--config` to `--auth-config` and use `--config` for `--manifest-config`. How about `--cred-file`? Previously we used `--config` to align with...
~~Convert to draft since we still need to support `--platform` and that need some work.~~ It's done.
This PR is still pending on https://github.com/oras-project/oras-go/pull/244
Closing as it's already supportted in `oras cp`.
@codewithcheese You may build from main branch and try below commands to download a image to the `downloaded` folder in current working directory ``` oras cp docker.io/library/ubuntu:latest --to-oci-layout downloaded ```...
@ProbstDJakob There is a plan to provide piped-command user experience in v1.2.0 by standardizing output, see https://github.com/oras-project/oras/issues/638 Still I have questions on below commands: ``` command-a | command-b | oras...
> I pushed the tgz like this: > > oras push ghcr.io/foo/test:0.0.1 --artifact-type application/vnd.foo.machine-image.v1 image.tgz @guettli This is very interesting. May I know what's stored inside the `image.tgz` and how...
Before upload any blob to a registry, the digest must be specified. Unless you can get the digest before archiving is done, Otherwise it's not possible to do the streamed...
> @qweeah what benefit would we have if we would use oras instead of tar/untar? Well, rather than using `oras manifest fetch` + `oras blob fetch`, you can use only...