Terry Howe

Results 339 comments of Terry Howe

Why not? ``` oras manifest fetch --oci-layout ./ghcr.io/stefanprodan/podinfo:6.8.0 ```

I was confused on why you had `:` in the path and your instructions would not put that in the path. After I modify the `index.json`, I get ``` Error:...

What is the reason to modify the `index.json`? Both references should be there: ``` {"mediaType":"application/vnd.oci.image.index.v1+json","digest":"sha256:6c1975b871efb327528c84d46d38e6dd7906eecee6402bc270eeb7f1b1a506df","size":2385,"annotations":{"org.opencontainers.image.ref.name":"6.8.0"}}, {"mediaType":"application/vnd.oci.image.index.v1+json","digest":"sha256:6c1975b871efb327528c84d46d38e6dd7906eecee6402bc270eeb7f1b1a506df","size":2385,"annotations":{"org.opencontainers.image.ref.name":"ghcr.io/stefanprodan/podinfo:6.8.0"}}, ```

Conflicts [maybe with your other PR](https://github.com/helm/helm/pull/31227) need to be resolved

This is ready for another look.

Last commit is not signed off, DCO failed.

Also related https://github.com/oras-project/oras-go/pull/973

> LGTM but I can see `oras cp` and `oras manifest push` still require a lot of refactoring. Thanks @TerryHowe I'll look at those next, thanks.

I think there are a couple more that do not need the `Render` method. There is no need to rigidly follow the same pattern for all metadata handlers when it...