5.0 SDK Debian Buster Images Renamed #3665
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
5.0 SDK Debian Buster Images Renamed
With the release of .NET 5.0 Preview 3, the SDK images for Debian Buster have had their tags renamed from
buster
tobuster-slim
.Details
This rename was made as a result of the changes to update the base image of SDK images from
buildpack-deps
toaspnet
. See #1814 for more details. Because of that change, the SDK image is now ultimately based onbuster-slim
instead ofbuster
. Hence the reason for the tag name change.The following tags are affected:
These have been replaced with the following new tags:
Sample Usage
FROM mcr.microsoft.com/dotnet/core/sdk:5.0-buster-slim
FROM mcr.microsoft.com/dotnet/core/sdk:5.0-buster-slim-arm64v8
FROM mcr.microsoft.com/dotnet/core/sdk:5.0-buster-slim-arm32v7
Beta Was this translation helpful? Give feedback.
All reactions