docker-tools icon indicating copy to clipboard operation
docker-tools copied to clipboard

This is a repo to house some common tools for our various docker repos.

Results 107 docker-tools issues
Sort by recently updated
recently updated
newest added

Updates the common pipeline variables to reference an updated tag of Image Builder.

The docker-tools-secret-management pipeline has failed twice with the following error: ``` Secret BotAccount-dotnet-docker-bot-PAT scheduled for rotation on 02/28/2025 15:51:19 +00:00, will rotate. Generating new value(s) for secret BotAccount-dotnet-docker-bot-PAT... ##[error]User intervention...

area-infrastructure

At times we want to run experiments with new ImageBuilder features. We can publish to our test ACR, but anonymous pull access is required in order to pull from it...

area-infrastructure

While attempting to fix https://github.com/dotnet/docker-tools/issues/1516 I was trying to run my fix locally with the configuration that would verify it was working (i.e. image caching was enabled). It ended up...

area-infrastructure

Cottle, our templating library, presents some usability issues with our Dockerfile and Readme templates: 1. Confusing syntax with no linter/syntax highlighting support 2. Errors are difficult to track down and...

area-infrastructure

Related: https://github.com/dotnet/dotnet-docker/issues/5531 If we added the following [OCI image annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md), we could use this information to drive our automatic image rebuilds instead of keeping track of and updating image-info files....

area-infrastructure

Repo's currently cannot take a dependency on both docker-tools and arcade. There is value in "docker" repos using arcade as it provides common infra around acquiring .NET, bin placing artifacts...

area-infrastructure

Readme generation separates all tags into the following tables: 1. Linux amd64 2. Linux arm64 3. Linux arm32 4. Nano Server 2025 amd64 5. Windows Server Core 2025 amd64 6....

up-for-grabs
area-documentation

By default, ImageBuilder uses an explicit build context of the Dockerfile's location: https://github.com/dotnet/docker-tools/blob/14b1496d071432e9776c93ad637479371bfec6c9/src/Microsoft.DotNet.ImageBuilder/src/ViewModel/PlatformInfo.cs#L59-L62 In some cases it's desirable to access content from outside the Dockerfile's directory. For example, when building...

area-infrastructure