dotnet-docker/.mar/portal
..
README.aspnet.portal.md
README.monitor.portal.md
README.runtime-deps.portal.md
README.runtime.portal.md
README.samples.portal.md
README.sdk.portal.md

README.sdk.portal.md

About

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.

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.

  • 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

.NET:

.NET Framework:

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.

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