microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
692 stars 333 forks source link

Updates for VS 17.5 release #1047

Closed mthalman closed 1 year ago

mthalman commented 1 year ago

Non-functional whitespace was intentionally added to the SDK Dockerfiles to cause them to have a new git commit. This is to workaround the pipeline image caching logic. For this release we want to reuse all existing images except for the SDK, without rebuilding them. So we want caching to be enabled but we need to cause the SDK Dockerfiles to be rebuilt. This is done by having them be associated with a new git commit, causing a cache miss and rebuilding the Dockerfiles.

Related to https://github.com/dotnet/release/issues/473

mthalman commented 1 year ago

/azp run dotnet-framework-docker-pr

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).