dotnet/announcements

.NET Core 2.0 multi-arch tags now use Debian Stretch

richlander opened this issue · 1 comments

.NET Core 2.0 multi-arch tags now use Debian Stretch

Summary

.NET Core 2.0 Docker multi-arch tags now use Debian Stretch instead of Debian Jessie. .NET Core 2.0 Debian Jessie tags will still be provided. Debian Stretch is considered by the .NET Core team to be a better default choice for .NET Core Docker Linux image users for the lifetime of .NET Core 2.x. There are no plans to update .NET Core 1.x in the same way.

Details

Impact

The impact of this change should be minimal. It is possible that you may notice differences in Debian Stretch relative to Debian Jessie. This change would be considered a breaking change if it was made for existing 1.x multi-arch tags. It is considered acceptable because it is being made between major .NET versions (during .NET Core 2.0 preview phase).

The latest tag will be switched to the .NET Core 2.0 SDK when .NET Core 2.0 ships as RTM. This change will result in latest changing from Debian Jessie to Debian Stretch.

Reopening according to process.