Ever since merging dotnet/dotnet-buildtools-prereqs-docker#1572, matrix trimming has not been working correctly for the buildtools-prereqs repo. For every CI build, it includes many Dockerfile paths for the matrix that shouldn't be. Based on the log, it seems this is because it's not correctly computing the latest base image digest SHA for some images. For those images it is able to compute the base image digest, it's correctly trimming them from the matrix.
Example build (internal link)
Ever since merging dotnet/dotnet-buildtools-prereqs-docker#1572, matrix trimming has not been working correctly for the buildtools-prereqs repo. For every CI build, it includes many Dockerfile paths for the matrix that shouldn't be. Based on the log, it seems this is because it's not correctly computing the latest base image digest SHA for some images. For those images it is able to compute the base image digest, it's correctly trimming them from the matrix.
Example build (internal link)