Closed mthalman closed 4 weeks 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.
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.
In the scenario where a Dockerfile is deleted from the manifest and matrix trimming is enabled, it will cause a similar error to this in the
generateBuildMatrix
command:Example build
This happens because the current state of the image info file does have that Dockerfile defined in it, but the manifest does not. The default behavior of
ImageInfoHelper.LoadFromContent
is to validate and throw in this case. Instead, it should skip manifest validation.