dotnet / docker-tools

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

Factor out image caching logic from BuildCommand #1418

Closed mthalman closed 2 months ago

mthalman commented 2 months ago

Contributes to #1417

In order to implement the approach described in https://github.com/dotnet/docker-tools/issues/1417#issuecomment-2315921521, we need to have common logic for determining whether an image is cached or not. This is currently defined in BuildCommand. In order to reuse that logic for the matrix generation, it's being factored out into a separate reusable service.

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