Lixia (Sylvia) Lei
Lixia (Sylvia) Lei
Hi @yuvalturg, can you elaborate your scenario a little bit? - Do you want to push/pull the file as a single blob? - Do you want to have a manifest...
@yuvalturg OK you will need a manifest to reference your file blob if you want to access it via a tag. Can you check if this helps? https://github.com/Wwwsylvia/demo-push-file/blob/main/main/main.go Please let...
> @Wwwsylvia Could you write an example for @yuvalturg? Besides, we probably need `content.NewDescriptorFromReader()` to simplify the experience. Not really, I think a file store is needed anyway in this...
> @Wwwsylvia is there a way to get the local filename(s) from the filestore after pulling? @yuvalturg Regarding "get the local filename(s) from the filestore", my understanding is that you...
Hello @yuvalturg, do you have any feedbacks on the user experiences of `oras-go`? For instance, do you think `file.PackFiles()` is useful? We are revisiting this function and are considering whether...
One use case of this function can be found [here](https://github.com/oras-project/oras-go/issues/341).
Hi @gangefors, the root causes vary. To further investigate, you may create a [support ticket](https://azure.microsoft.com/en-us/support/create-ticket/) or send an email to [[email protected]](mailto:[email protected]), and we can check our internal logs if we...
Hi @zregvart @sabre1041, FYI, oras-go [`v2.3.0`](https://github.com/oras-project/oras-go/releases/tag/v2.3.0) is just out, would you like to update the go mod in this PR?
@zregvart BTW would you like to upgrade `oras-credentials-go` to [`v0.3.1`](https://github.com/oras-project/oras-credentials-go/releases/tag/v0.3.1) to include a bug fix?
## Scenario 1: Repository Suppose there is such a DAG, where manifest B references manifest A as one of its layers, and manifest list C references A* (identical to A)...