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

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

Context: - https://github.com/dotnet/docker-tools/issues/1835 - https://github.com/dotnet/docker-tools/pull/1895 - https://github.com/dotnet/docker-tools/pull/1916

do-not-merge

This PR is targeting https://github.com/dotnet/docker-tools/pull/1893, because I wanted to propose changes without completely taking over the PR... I ran the copilot-instructions file through my [create-skill](https://github.com/lbussell/agent-skills/blob/main/skills/create-skill/SKILL.md) skill, which is based on...

This pull request updates the following dependencies [marker]: (Begin:bdb8cb4e-2ffe-4582-9198-f84c1543e95a) ## From https://github.com/dotnet/arcade - **Subscription**: [bdb8cb4e-2ffe-4582-9198-f84c1543e95a](https://maestro.dot.net/subscriptions?search=bdb8cb4e-2ffe-4582-9198-f84c1543e95a) - **Build**: [20260112.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2877037) ([296887](https://maestro.dot.net/channel/2/github:dotnet:arcade/build/296887)) - **Date Produced**: January 12, 2026 12:21:22 PM UTC - **Commit**:...

## Plan for Adding copilot-instructions.md - [x] Create `.github/copilot-instructions.md` file with repository-specific instructions - [x] Include information about the repository structure - [x] Reference the developer guide (eng/docker-tools/DEV-GUIDE.md) to ensure...

In the following scenario, authentication to an ACR can fail: - You have one ACR. - You have two different service connections that both have permission to that ACR. -...

area-infrastructure

Migrates all pipelines from deprecated `1es-official.yml` and `1es-unofficial.yml` templates to the unified `1es.yml` template introduced in #1771, and removes the deprecated template files. The new template auto-selects official vs. unofficial...

Adding structured logging to ImageBuilder would allow us to analyze log outputs and operate on log data using `jq` or other tools. I propose that we split ImageBuilder's logging into...

area-infrastructure

The [annotate-eol-digests](https://github.com/dotnet/docker-tools/blob/main/eng/pipelines/annotate-eol-digests.yml) pipeline violates the official/unofficial pipeline split because it is an official pipeline, yet it requires adding a file to the repo (parameters.dataFile) in an unofficial branch in order...

area-infrastructure

https://github.com/dotnet/docker-tools/pull/1771 added the new [1es.yml](https://github.com/dotnet/docker-tools/blob/main/eng/docker-tools/templates/1es.yml) template which automatically selects between the 1ES official and unofficial pipeline templates based on the pipeline name. If the pipeline name contains `-official`, it will...

area-infrastructure