dotnet / docker-tools

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

ORAS tooling should be kept up to date #1313

Open NikolaMilosavljevic opened 4 months ago

NikolaMilosavljevic commented 4 months ago

https://github.com/dotnet/docker-tools/pull/1311 has added ORAS tooling to Image Builder's image, with a static version defined in Dockerfile.

We should have a plan to keep this version up to date.

dotnet-issue-labeler[bot] commented 4 months 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 4 months ago

[Triage] One option for keeping ORAS up-to-date would be to adopt the ORAS .NET library and then use a tool like Dependabot to keep it updated.