docker-tools
docker-tools copied to clipboard
This is a repo to house some common tools for our various docker repos.
The output of a successful run of the `MergeImageInfo` command looks like this: ``` READING MANIFEST ---------------- ``` (from [this build](https://dev.azure.com/dnceng/internal/_build/results?buildId=2702498&view=logs&j=739bb7ec-7296-5b40-7dff-ee3297bfdaa4&t=e9450724-223d-5c25-ea90-d48101df80fb)) Surely there should be _some_ additional diagnostic information we...
With #745, image sizes are now ingested into our Kusto database. We should create a PowerBI report to analyze trends in image sizes. I have created some basic documentation on...
It is possible for image publishing to fail after copying images to the public ACR, and before creating and publishing manifest lists. This causes a build to be left in...
Recently, there have been out-of-band updates to Windows images. This has caused AutoBuilder to run the pipeline to rebuild Windows images in the dotnet-docker repo. This shouldn't be happening according...
The GitHub functionality in Microsoft.DotNet.VersionTools is not being maintained past 9.0. We also run into issues that have required changes to this package for Docker scenarios. It would be best...