Replies: 1 comment 5 replies
-
Hi @ahbarrios, I tried to reproduce the issue using the
Is this the error message you saw? It looks like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found this recently in my production code using opa SDK in go. The panic is been triggered here but caused more precisely for this code https://github.com/oras-project/oras-go/blob/main/content/oci/oci.go#L116 per error prefix. Here is the function under analysis https://github.com/oras-project/oras-go/blob/main/content/oci/oci.go#L370-L395 but all I can say so far is that nothing looks bad in the
index.json
other than I noticed that the actual Manifest size say 0 when this panics. But no obvious reason behind that.I tried to debug calling this same folder structure with the
oci.New
function but then I get a different error.Here is an index.json that is failing atm:
Can anyone throw some light about this issue or point me into the right direction please to debug this in my actual codebase..
Beta Was this translation helpful? Give feedback.
All reactions