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 145 docker-tools issues
Sort by recently updated
recently updated
newest added

This was mentioned in https://github.com/dotnet/docker-tools/pull/1889#issuecomment-3662475866, specifically to help ensure the developer guide is kept up to date.

area-documentation

## Summary - Add new "Image Caching" section explaining the two levels of caching (matrix trimming and build-time caching) - Document cache conditions (base image digest and Dockerfile commit) -...

PR https://github.com/dotnet/docker-tools/pull/1787 adds an unconditional dependency on having a public mirror defined: https://github.com/dotnet/docker-tools/blob/7841dec2366245a4446a48617e7fbf68b27fa98e/eng/common/templates/jobs/build-images.yml#L107 In the microsoft/go-images pipelines, we define `public-mirror.server` to be `''`. This has seemed reasonable because there's some...

area-infrastructure

This refers to the following ImageBuilder commands: - postPublishNotification - ingestKustoImageInfo - publishMcrDocs - publishImageInfo In unofficial pipelines, these are currently disabled. If we're not able to run them against...

up-for-grabs
area-infrastructure

**Failing pipeline run:** build#2852206 **Error message:** > `/mnt/vss/_work/1/s/eng/common/internal/Tools.csproj : error NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json. /mnt/vss/_work/1/s/eng/common/internal/Tools.csproj : error NU1301: Response status code does not indicate...

area-infrastructure

Generating EOL annotation data for images is slow. Currently the command takes in a list of image digests, and then for each digest: - Uses the `oras` CLI to check...

area-infrastructure

There is a wide variety of quality in the Azure pipelines templates hosted in this repo. We should go through all of the templates and: - Convert any implicitly typed...

area-infrastructure

AutoBuilder keeps thinking it needs to rebuild the Windows version of Image Builder. This is likely caused by https://github.com/dotnet/docker-tools/pull/1814 with a related issue described in https://github.com/dotnet/docker-tools/pull/1823. Not sure if https://github.com/dotnet/docker-tools/pull/1823...

area-infrastructure

The `annotate-eol-digests` pipeline was failing to run in Azure DevOps with the following error: ``` Encountered error(s) while parsing pipeline YAML: A value for the 'sourceBuildPipelineRunId' parameter must be provided....