As part of the .NET 5.0 release the Docker images are published to different repositories. The 2.1 and 3.1 images are published to core branded repositories while the 5.0 and higher versions will be published to non-core branded repositories. See the related issue for more details.
5.0
(Preview)docker pull mcr.microsoft.com/dotnet/aspnet:5.0
This image contains the ASP.NET Core and .NET Core runtimes and libraries and is optimized for running ASP.NET Core apps in production.
Watch dotnet/announcements for Docker-related .NET announcements.
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.
You can quickly run a container with a pre-built .NET Core Docker image, based on the ASP.NET Core sample.
Type the following command to run a sample web application:
docker run -it --rm -p 8000:80 --name aspnetcore_sample mcr.microsoft.com/dotnet/core/samples:aspnetapp
After the application starts, navigate to http://localhost:8000
in your web browser.
See Hosting ASP.NET Core Images with Docker over HTTPS to use HTTPS with this image.
.NET Core 2.1/3.1:
- dotnet/core: .NET Core
- dotnet/core/aspnet: ASP.NET Core Runtime
- dotnet/core/samples: .NET Core Samples
- dotnet/core-nightly: .NET Core (Preview)
.NET 5.0+:
- dotnet: .NET
- dotnet/sdk: .NET SDK
- dotnet/runtime: .NET Runtime
- dotnet/runtime-deps: .NET Runtime Dependencies
- dotnet/nightly: .NET (Preview)
.NET Framework:
- dotnet/framework: .NET Framework, ASP.NET and WCF
- dotnet/framework/samples: .NET Framework, ASP.NET and WCF Samples
Tags | Dockerfile | OS Version |
---|---|---|
5.0.0-rc.2-buster-slim-amd64, 5.0-buster-slim-amd64, 5.0.0-rc.2-buster-slim, 5.0-buster-slim, 5.0.0-rc.2, 5.0, latest | Dockerfile | Debian 10 |
5.0.0-rc.2-alpine3.12-amd64, 5.0-alpine3.12-amd64, 5.0-alpine-amd64, 5.0.0-rc.2-alpine3.12, 5.0-alpine3.12, 5.0-alpine | Dockerfile | Alpine 3.12 |
5.0.0-rc.2-focal-amd64, 5.0-focal-amd64, 5.0.0-rc.2-focal, 5.0-focal | Dockerfile | Ubuntu 20.04 |
Tags | Dockerfile | OS Version |
---|---|---|
5.0.0-rc.2-buster-slim-arm64v8, 5.0-buster-slim-arm64v8, 5.0.0-rc.2-buster-slim, 5.0-buster-slim, 5.0.0-rc.2, 5.0, latest | Dockerfile | Debian 10 |
5.0.0-rc.2-alpine3.12-arm64v8, 5.0-alpine3.12-arm64v8, 5.0-alpine-arm64v8, 5.0.0-rc.2-alpine3.12, 5.0-alpine3.12, 5.0-alpine | Dockerfile | Alpine 3.12 |
5.0.0-rc.2-focal-arm64v8, 5.0-focal-arm64v8, 5.0.0-rc.2-focal, 5.0-focal | Dockerfile | Ubuntu 20.04 |
Tags | Dockerfile | OS Version |
---|---|---|
5.0.0-rc.2-buster-slim-arm32v7, 5.0-buster-slim-arm32v7, 5.0.0-rc.2-buster-slim, 5.0-buster-slim, 5.0.0-rc.2, 5.0, latest | Dockerfile | Debian 10 |
5.0.0-rc.2-focal-arm32v7, 5.0-focal-arm32v7, 5.0.0-rc.2-focal, 5.0-focal | Dockerfile | Ubuntu 20.04 |
Tag | Dockerfile |
---|---|
5.0.0-rc.2-nanoserver-2009, 5.0-nanoserver-2009, 5.0.0-rc.2, 5.0, latest | Dockerfile |
Tag | Dockerfile |
---|---|
5.0.0-rc.2-nanoserver-2004, 5.0-nanoserver-2004, 5.0.0-rc.2, 5.0, latest | Dockerfile |
Tag | Dockerfile |
---|---|
5.0.0-rc.2-nanoserver-1909, 5.0-nanoserver-1909, 5.0.0-rc.2, 5.0, latest | Dockerfile |
Tag | Dockerfile |
---|---|
5.0.0-rc.2-nanoserver-1809, 5.0-nanoserver-1809, 5.0.0-rc.2, 5.0, latest | Dockerfile |
5.0.0-rc.2-windowsservercore-ltsc2019, 5.0-windowsservercore-ltsc2019 | Dockerfile |
You can retrieve a list of all available tags for dotnet/aspnet at https://mcr.microsoft.com/v2/dotnet/aspnet/tags/list.
See Microsoft Support for .NET Core for the support lifecycle.
- 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.
- Legal Notice: Container License Information
- .NET Core license
- Discover licensing for Linux image contents
- Windows Nano Server license (only applies to Windows containers)
- Pricing and licensing for Windows Server 2019