Skip to content

Latest commit

 

History

History
137 lines (101 loc) · 9.52 KB

README.sdk.md

File metadata and controls

137 lines (101 loc) · 9.52 KB

Featured Tags

  • 3.1 (LTS/Current)
    • docker pull mcr.microsoft.com/dotnet/core/sdk:3.1

About This Image

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

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

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

Watch dotnet/announcements for Docker-related .NET announcements.

How to Use the Image

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

Building .NET Core Apps with Docker

Develop .NET Core Apps in a Container

  • Develop .NET Core Applications - This sample shows how to develop, build and test .NET Core applications with Docker without the need to install the .NET Core 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 Core SDK.

Related Repos

.NET Core 2.1/3.1:

.NET 5.0+:

.NET Framework:

Full Tag Listing

Linux amd64 Tags

Tags Dockerfile OS Version
3.1.402-buster, 3.1-buster, 3.1.402, 3.1, latest Dockerfile Debian 10
3.1.402-alpine3.12, 3.1-alpine3.12, 3.1-alpine Dockerfile Alpine 3.12
3.1.402-focal, 3.1-focal Dockerfile Ubuntu 20.04
3.1.402-bionic, 3.1-bionic Dockerfile Ubuntu 18.04
2.1.810-stretch, 2.1-stretch, 2.1.810, 2.1 Dockerfile Debian 9
2.1.810-alpine3.12, 2.1-alpine3.12, 2.1-alpine Dockerfile Alpine 3.12
2.1.810-focal, 2.1-focal Dockerfile Ubuntu 20.04
2.1.810-bionic, 2.1-bionic Dockerfile Ubuntu 18.04

Linux arm64 Tags

Tags Dockerfile OS Version
3.1.402-buster-arm64v8, 3.1-buster-arm64v8, 3.1.402, 3.1, latest Dockerfile Debian 10
3.1.402-focal-arm64v8, 3.1-focal-arm64v8 Dockerfile Ubuntu 20.04
3.1.402-bionic-arm64v8, 3.1-bionic-arm64v8 Dockerfile Ubuntu 18.04

Linux arm32 Tags

Tags Dockerfile OS Version
3.1.402-buster-arm32v7, 3.1-buster-arm32v7, 3.1.402, 3.1, latest Dockerfile Debian 10
3.1.402-focal-arm32v7, 3.1-focal-arm32v7 Dockerfile Ubuntu 20.04
3.1.402-bionic-arm32v7, 3.1-bionic-arm32v7 Dockerfile Ubuntu 18.04
2.1.810-stretch-arm32v7, 2.1-stretch-arm32v7, 2.1.810, 2.1 Dockerfile Debian 9
2.1.810-focal-arm32v7, 2.1-focal-arm32v7 Dockerfile Ubuntu 20.04
2.1.810-bionic-arm32v7, 2.1-bionic-arm32v7 Dockerfile Ubuntu 18.04

Windows Server, version 2004 amd64 Tags

Tag Dockerfile
3.1.402-nanoserver-2004, 3.1-nanoserver-2004, 3.1.402, 3.1, latest Dockerfile
2.1.810-nanoserver-2004, 2.1-nanoserver-2004, 2.1.810, 2.1 Dockerfile

Windows Server, version 1909 amd64 Tags

Tag Dockerfile
3.1.402-nanoserver-1909, 3.1-nanoserver-1909, 3.1.402, 3.1, latest Dockerfile
2.1.810-nanoserver-1909, 2.1-nanoserver-1909, 2.1.810, 2.1 Dockerfile

Windows Server, version 1903 amd64 Tags

Tag Dockerfile
3.1.402-nanoserver-1903, 3.1-nanoserver-1903, 3.1.402, 3.1, latest Dockerfile
2.1.810-nanoserver-1903, 2.1-nanoserver-1903, 2.1.810, 2.1 Dockerfile

Windows Server 2019 amd64 Tags

Tag Dockerfile
3.1.402-nanoserver-1809, 3.1-nanoserver-1809, 3.1.402, 3.1, latest Dockerfile
2.1.810-nanoserver-1809, 2.1-nanoserver-1809, 2.1.810, 2.1 Dockerfile

You can retrieve a list of all available tags for dotnet/core/sdk at https://mcr.microsoft.com/v2/dotnet/core/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