dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 99 forks source link

Define common Ubuntu coredeps Dockerfile #1121

Open mthalman opened 5 days ago

mthalman commented 5 days ago

The Ubuntu coredeps Dockerfiles reference out-of-date resources:

I've fixed this by defining a common Dockerfile that is shared for both Ubuntu versions. Each now references a supported PowerShell base image tag. And the AZ CLI install script is used to ensure the latest version gets installed.