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

Clean EOL images #1384

Closed mthalman closed 1 month ago

mthalman commented 1 month ago

Updates the cleanup pipeline to target EOL images.

Related to https://github.com/dotnet/docker-tools/issues/1201

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

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

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

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

mthalman commented 1 month ago

I've changed the configuration to be more targeted. This will be a multi-stage process of updating this pipeline as we move forward with annotating the historical images. It will eventually end up targeting all public/* repos. But we don't want that yet as it's going to be very inefficient by scanning a bunch or repos that won't end up getting cleaned in them. Since the oras tool is getting called for each manifest in the repo, it would be very wasteful and time consuming.