Closed mthalman closed 1 year ago
The changes from https://github.com/dotnet/docker-tools/pull/1104 updated Image Builder to .NET 7. But the Dockerfile continues to reference the .NET 6 image name of runtime-deps: https://github.com/dotnet/docker-tools/blob/bf5e6ad6053b16d023b4021bef892403783709d2/src/Microsoft.DotNet.ImageBuilder/Dockerfile.linux#L27
Technically, the .NET 6 and .NET 7 runtime-deps image names refer to the same image. So this is currently functionally correct. However, we should update the image name to reflect the actual .NET version being targeted.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
The changes from https://github.com/dotnet/docker-tools/pull/1104 updated Image Builder to .NET 7. But the Dockerfile continues to reference the .NET 6 image name of runtime-deps: https://github.com/dotnet/docker-tools/blob/bf5e6ad6053b16d023b4021bef892403783709d2/src/Microsoft.DotNet.ImageBuilder/Dockerfile.linux#L27
Technically, the .NET 6 and .NET 7 runtime-deps image names refer to the same image. So this is currently functionally correct. However, we should update the image name to reflect the actual .NET version being targeted.