aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

Add tags to support customers that want/need to stay pinned to Nano Server RS1 #318

Closed MichaelSimons closed 6 years ago

MichaelSimons commented 6 years ago

Currently there is one fully qualified tag (per image variant - runtime/build) that is not backed by a manifest which allows users to be pinned to Nano Server RS1.

Runtime --> 2.0.0-nanoserver Build --> 2.0.2-nanoserver

An additional tag should be added that allow users to pin to Nano Server RS1 but still get able to automatically pick up patch versions.

2.0-nanoserver

The same should be done for the Nano Server RS3 tags.

MichaelSimons commented 6 years ago

Related to https://github.com/dotnet/dotnet-docker/issues/323