dotnet-docker/README.sdk.md

15 KiB

IMPORTANT

The images from the dotnet/nightly repositories include last-known-good (LKG) builds for the next release of .NET.

See dotnet for images with official releases of .NET.

Featured Tags

  • 7.0 (Preview)
    • docker pull mcr.microsoft.com/dotnet/nightly/sdk:7.0
  • 6.0 (Current, LTS)
    • docker pull mcr.microsoft.com/dotnet/nightly/sdk:6.0

About

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

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

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

Watch discussions for Docker-related .NET announcements.

Usage

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

The following samples show how to develop, build and test .NET applications with Docker without the need to install the .NET SDK.

Related Repos

.NET:

.NET Framework:

Full Tag Listing

Linux amd64 Tags

Tags Dockerfile OS Version
6.0.401-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.401-bullseye-slim, 6.0-bullseye-slim, 6.0.401, 6.0 Dockerfile Debian 11
6.0.401-alpine3.16-amd64, 6.0-alpine3.16-amd64, 6.0-alpine-amd64, 6.0.401-alpine3.16, 6.0-alpine3.16, 6.0-alpine Dockerfile Alpine 3.16
6.0.401-jammy-amd64, 6.0-jammy-amd64, 6.0.401-jammy, 6.0-jammy Dockerfile Ubuntu 22.04
6.0.401-focal-amd64, 6.0-focal-amd64, 6.0.401-focal, 6.0-focal Dockerfile Ubuntu 20.04
3.1.423-bullseye, 3.1-bullseye Dockerfile Debian 11
3.1.423-buster, 3.1-buster, 3.1.423, 3.1 Dockerfile Debian 10
3.1.423-alpine3.16, 3.1-alpine3.16, 3.1-alpine Dockerfile Alpine 3.16
3.1.423-focal, 3.1-focal Dockerfile Ubuntu 20.04
3.1.423-bionic, 3.1-bionic Dockerfile Ubuntu 18.04
.NET 7 Preview Tags
Tags Dockerfile OS Version
7.0.100-rc.2-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.100-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.100-rc.2, 7.0, latest Dockerfile Debian 11
7.0.100-rc.2-alpine3.16-amd64, 7.0-alpine3.16-amd64, 7.0-alpine-amd64, 7.0.100-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine Dockerfile Alpine 3.16
7.0.100-rc.2-jammy-amd64, 7.0-jammy-amd64, 7.0.100-rc.2-jammy, 7.0-jammy Dockerfile Ubuntu 22.04

Linux arm64 Tags

Tags Dockerfile OS Version
6.0.401-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.401-bullseye-slim, 6.0-bullseye-slim, 6.0.401, 6.0 Dockerfile Debian 11
6.0.401-alpine3.16-arm64v8, 6.0-alpine3.16-arm64v8, 6.0-alpine-arm64v8, 6.0.401-alpine3.16, 6.0-alpine3.16, 6.0-alpine Dockerfile Alpine 3.16
6.0.401-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.401-jammy, 6.0-jammy Dockerfile Ubuntu 22.04
6.0.401-focal-arm64v8, 6.0-focal-arm64v8, 6.0.401-focal, 6.0-focal Dockerfile Ubuntu 20.04
3.1.423-bullseye-arm64v8, 3.1-bullseye-arm64v8 Dockerfile Debian 11
3.1.423-buster-arm64v8, 3.1-buster-arm64v8, 3.1.423, 3.1 Dockerfile Debian 10
3.1.423-focal-arm64v8, 3.1-focal-arm64v8 Dockerfile Ubuntu 20.04
3.1.423-bionic-arm64v8, 3.1-bionic-arm64v8 Dockerfile Ubuntu 18.04
.NET 7 Preview Tags
Tags Dockerfile OS Version
7.0.100-rc.2-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.100-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.100-rc.2, 7.0, latest Dockerfile Debian 11
7.0.100-rc.2-alpine3.16-arm64v8, 7.0-alpine3.16-arm64v8, 7.0-alpine-arm64v8, 7.0.100-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine Dockerfile Alpine 3.16
7.0.100-rc.2-jammy-arm64v8, 7.0-jammy-arm64v8, 7.0.100-rc.2-jammy, 7.0-jammy Dockerfile Ubuntu 22.04

Linux arm32 Tags

Tags Dockerfile OS Version
6.0.401-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.401-bullseye-slim, 6.0-bullseye-slim, 6.0.401, 6.0 Dockerfile Debian 11
6.0.401-alpine3.16-arm32v7, 6.0-alpine3.16-arm32v7, 6.0-alpine-arm32v7, 6.0.401-alpine3.16, 6.0-alpine3.16, 6.0-alpine Dockerfile Alpine 3.16
6.0.401-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.401-jammy, 6.0-jammy Dockerfile Ubuntu 22.04
6.0.401-focal-arm32v7, 6.0-focal-arm32v7, 6.0.401-focal, 6.0-focal Dockerfile Ubuntu 20.04
3.1.423-bullseye-arm32v7, 3.1-bullseye-arm32v7 Dockerfile Debian 11
3.1.423-buster-arm32v7, 3.1-buster-arm32v7, 3.1.423, 3.1 Dockerfile Debian 10
3.1.423-focal-arm32v7, 3.1-focal-arm32v7 Dockerfile Ubuntu 20.04
3.1.423-bionic-arm32v7, 3.1-bionic-arm32v7 Dockerfile Ubuntu 18.04
.NET 7 Preview Tags
Tags Dockerfile OS Version
7.0.100-rc.2-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.100-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.100-rc.2, 7.0, latest Dockerfile Debian 11
7.0.100-rc.2-alpine3.16-arm32v7, 7.0-alpine3.16-arm32v7, 7.0-alpine-arm32v7, 7.0.100-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine Dockerfile Alpine 3.16
7.0.100-rc.2-jammy-arm32v7, 7.0-jammy-arm32v7, 7.0.100-rc.2-jammy, 7.0-jammy Dockerfile Ubuntu 22.04

Nano Server 2022 amd64 Tags

Tag Dockerfile
6.0.401-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.401, 6.0 Dockerfile
3.1.423-nanoserver-ltsc2022, 3.1-nanoserver-ltsc2022, 3.1.423, 3.1 Dockerfile
.NET 7 Preview Tags
Tag Dockerfile
7.0.100-rc.2-nanoserver-ltsc2022, 7.0-nanoserver-ltsc2022, 7.0.100-rc.2, 7.0, latest Dockerfile

Windows Server Core 2022 amd64 Tags

Tag Dockerfile
6.0.401-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 Dockerfile
.NET 7 Preview Tags
Tag Dockerfile
7.0.100-rc.2-windowsservercore-ltsc2022, 7.0-windowsservercore-ltsc2022 Dockerfile

Nano Server, version 1809 amd64 Tags

Tag Dockerfile
6.0.401-nanoserver-1809, 6.0-nanoserver-1809, 6.0.401, 6.0 Dockerfile
3.1.423-nanoserver-1809, 3.1-nanoserver-1809, 3.1.423, 3.1 Dockerfile
.NET 7 Preview Tags
Tag Dockerfile
7.0.100-rc.2-nanoserver-1809, 7.0-nanoserver-1809, 7.0.100-rc.2, 7.0, latest Dockerfile

Windows Server Core 2019 amd64 Tags

Tag Dockerfile
6.0.401-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 Dockerfile
.NET 7 Preview Tags
Tag Dockerfile
7.0.100-rc.2-windowsservercore-ltsc2019, 7.0-windowsservercore-ltsc2019 Dockerfile

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

For tags contained in the old dotnet/core-nightly/sdk repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core-nightly/sdk/tags/list.

Tags not listed in the table above are not supported. See the Supported Tags Policy

Support

Lifecycle

Image Update Policy

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

Feedback

License