oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

How to push ManifestIndex with relevant images? #112

Open aviramha opened 5 months ago

aviramha commented 5 months ago

I'm failing to push a multi-arch image. I attempted uploading manifest per digest then linking it in the list manifest with no success - anyone got an example how to accomplish it?

thomastaylor312 commented 5 months ago

I haven't done that yet, but could you provide some code snippets and errors? That could help us all debug it at least!