Matt Thalman
Matt Thalman
Ever since the removal of foreign layers from Windows images, there's unexpected behavior with respect to the digest of the base Windows layer. When pushing an image to a registry...
Previous refactoring of the VMR pipeline mistakenly removed the pipeline steps which setup the private feed credentials for the NuGet.config used by tests. This causes the error described in https://github.com/dotnet/source-build/issues/4583#issuecomment-2312465352....
The [Featured Repos list](https://github.com/dotnet/dotnet-docker?tab=readme-ov-file#featured-repos) is missing `monitor/base`.
The [Azure Linux doc page](https://github.com/dotnet/dotnet-docker/blob/main/documentation/azurelinux.md) currently describes Azure Linux 3.0 as "preview". This should be updated to reflect its current state. That version should also be listed as a featured...
There's an issue with the repo pages on Docker Hub where pages using a certain URL format are no longer loading (404 result). This is pervasive across all Microsoft-owned repos....
Builds that target internal builds of .NET now generate image info files to enable image caching. But the information in the file is technically incorrect because it's formatted to reference...
Contributes to https://github.com/dotnet/docker-tools/issues/1417 In order to share the image caching logic with the `generateMatrix` command, it should not rely upon having access to pulled images. Today, the image caching logic...
When [EOL annotation support](https://github.com/dotnet/docker-tools/issues/1201) is added to the [dotnet-buildtools-prereqs-docker](https://github.com/dotnet/dotnet-buildtools-prereqs-docker) repo, it can result in a race condition when determining which images should be annotated, potentially resulting in supported images being...
When using 1ES pipeline templates, each time a pipeline artifact is published, it executes a set of auto-injected steps to scan the artifact (8 of these steps, currently). In the...
`dredge image dockerfile mcr.microsoft.com/dotnet/monitor/base:8-cbl-mariner-distroless-amd64` ``` Unable to determine initial shell from instructions. ```