You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a bit of searching but I was not able to find a C# api for parsing OCI images.
I think the spec is open, if so and we considered it high priority I could implement a parser from the spec, like I did for .ar files (though I suspect the spec for OCI is more complex).
I did find that the Docker cli has a method to export an image as a tar file, if you want a workaround you can use right now.
We should be able to extract from Docker images - either OSI-compatible or another format.
The text was updated successfully, but these errors were encountered: