Skip to content

Latest commit

 

History

History
132 lines (93 loc) · 7.7 KB

README.sdk.preview.md

File metadata and controls

132 lines (93 loc) · 7.7 KB

Important: Client Firewall Rules Update to Microsoft Container Registry (MCR)

To provide a consistent FQDNs, the data endpoint will be changing from *.cdn.mscr.io to *.data.mcr.microsoft.com

For more info, see MCR Client Firewall Rules.

Featured Tags

  • 5.0 (Preview)
    • docker pull mcr.microsoft.com/dotnet/sdk:5.0

About This Image

This image contains the .NET SDK which is comprised of three parts:

  1. .NET CLI
  2. .NET
  3. ASP.NET Core

Use this image for your development process (developing, building and testing applications).

As part of the transition to .NET 5.0, Docker repos for .NET 5.0 and higher do not include core in the name as was done with older versions. As an example, .NET 5.0 SDK can be found at mcr.microsoft.com/dotnet/sdk:5.0 while 3.1 is still at mcr.microsoft.com/dotnet/core/sdk:3.1. See the related issue for more details.

How to Use the Image

The .NET Docker samples show various ways to use .NET and Docker together. See Building Docker Images for .NET Applications to learn more.

Building .NET Apps with Docker

Develop .NET Apps in a Container

  • Develop .NET Applications - This sample shows how to develop, build and test .NET applications with Docker without the need to install the .NET SDK.
  • Develop ASP.NET Core Applications - This sample shows how to develop and test ASP.NET Core applications with Docker without the need to install the .NET SDK.

Related Repos

.NET Core 2.1/3.1:

.NET 5.0+:

.NET Framework:

Full Tag Listing

Linux amd64 Tags

.NET 5.0 Preview Tags
Tags Dockerfile OS Version
5.0.100-preview.5-buster-slim, 5.0-buster-slim, 5.0.100-preview.5, 5.0, latest Dockerfile Debian 10
5.0.100-preview.5-alpine3.12, 5.0-alpine3.12, 5.0.100-preview.5-alpine, 5.0-alpine Dockerfile Alpine 3.12
5.0.100-preview.5-alpine3.11, 5.0-alpine3.11 Dockerfile Alpine 3.11
5.0.100-preview.5-focal, 5.0-focal Dockerfile Ubuntu 20.04

Linux arm64 Tags

.NET 5.0 Preview Tags
Tags Dockerfile OS Version
5.0.100-preview.5-buster-slim-arm64v8, 5.0-buster-slim-arm64v8, 5.0.100-preview.5, 5.0, latest Dockerfile Debian 10
5.0.100-preview.5-focal-arm64v8, 5.0-focal-arm64v8 Dockerfile Ubuntu 20.04

Linux arm32 Tags

.NET 5.0 Preview Tags
Tags Dockerfile OS Version
5.0.100-preview.5-buster-slim-arm32v7, 5.0-buster-slim-arm32v7, 5.0.100-preview.5, 5.0, latest Dockerfile Debian 10

Windows Server, version 2004 amd64 Tags

.NET 5.0 Preview Tags
Tag Dockerfile
5.0.100-preview.5-nanoserver-2004, 5.0-nanoserver-2004, 5.0.100-preview.5, 5.0, latest Dockerfile

Windows Server, version 1909 amd64 Tags

.NET 5.0 Preview Tags
Tag Dockerfile
5.0.100-preview.5-nanoserver-1909, 5.0-nanoserver-1909, 5.0.100-preview.5, 5.0, latest Dockerfile

Windows Server, version 1903 amd64 Tags

.NET 5.0 Preview Tags
Tag Dockerfile
5.0.100-preview.5-nanoserver-1903, 5.0-nanoserver-1903, 5.0.100-preview.5, 5.0, latest Dockerfile

Windows Server 2019 amd64 Tags

.NET 5.0 Preview Tags
Tag Dockerfile
5.0.100-preview.5-nanoserver-1809, 5.0-nanoserver-1809, 5.0.100-preview.5, 5.0, latest Dockerfile

You can retrieve a list of all available tags for dotnet/sdk at https://mcr.microsoft.com/v2/dotnet/sdk/tags/list.

Support

See Microsoft Support for .NET Core for the support lifecycle.

Image Update Policy

  • We update the supported .NET Core images within 12 hours of any updates to their base images (e.g. debian:buster-slim, windows/nanoserver:1909, buildpack-deps:bionic-scm, etc.).
  • We publish .NET Core images as part of releasing new versions of .NET Core including major/minor and servicing.

Feedback

License