dotnet-docker
dotnet-docker copied to clipboard
Not all sample images are built and tested in CI/PR validation
https://github.com/dotnet/dotnet-docker/pull/4534 restructured some of the sample dockerfiles, but left some of them, like Dockerfile.debian unable to build and/or run.
The dotnet-docker-samples pipeline only ends up building images that we publish (defined in manifest.samples.json). There should be some additional PR validation that runs pwsh .\build-and-test.ps1 -Path *samples* -TestCategories sample.
This was tested in CI at one point. I believe it inadvertently stopped as a result of the changes from https://github.com/dotnet/dotnet-docker/pull/4207.