docker-tools
docker-tools copied to clipboard
This is a repo to house some common tools for our various docker repos.
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...
This issue is a follow-up to #745. Once #745 is completed, the ImageSizeCommand and Image Size pipeline should be removed: https://github.com/dotnet/docker-tools/blob/4a49a262d4084c9e09823e51248dabeb0317fb6f/eng/common/templates/steps/validate-image-sizes.yml#L16 https://github.com/dotnet/docker-tools/blob/4a49a262d4084c9e09823e51248dabeb0317fb6f/src/Microsoft.DotNet.ImageBuilder/src/Commands/ImageSizeCommand.cs#L17
## Overview This issue will cover the implementation details to enable https://github.com/dotnet/dotnet-docker/issues/4589 I have created a "vertical slice" of the signing infrastructure to verify that everything works. This is in...