dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
103 stars 42 forks source link

Use ORAS .NET Library instead of ORAS CLI #1318

Open lbussell opened 1 month ago

lbussell commented 1 month ago

I just found that ORAS has a .NET library: https://github.com/oras-project/oras-dotnet

It is in the early stages of development, so the API surface is unstable. Once it is stable, we should use this instead of the CLI introduced in #1311.

Related:

dotnet-issue-labeler[bot] commented 1 month ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

lbussell commented 1 month ago

[Triage] It would be good to get a handle on oras-dotnet's release timeline. Given the state of the current roadmap, it may not have the functionality we need for our use-cases yet.