dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Reference new test runner image tag #1115

Closed mthalman closed 1 year ago

mthalman commented 1 year ago

The changes in https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/752 updated the test runner image from Debian Buster to Bullseye. This resulted in a tag change. The common Docker infra should be updated to reference the new tag once it's available from the production location. The new tag will be mcr.microsoft.com/dotnet-buildtools/prereqs:debian-bullseye-slim-docker-testrunner and should be set here: https://github.com/dotnet/docker-tools/blob/bf5e6ad6053b16d023b4021bef892403783709d2/eng/common/templates/variables/docker-images.yml#L5

mthalman commented 1 year ago

Fixed by https://github.com/dotnet/docker-tools/pull/1116