Closed mthalman closed 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.
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.
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.