Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 6.24 KB

README.runtime-deps.preview.md

File metadata and controls

95 lines (67 loc) · 6.24 KB

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.

Featured Tags

  • 5.0 (Preview)
    • docker pull mcr.microsoft.com/dotnet/runtime-deps:5.0

About This Image

This image contains the native dependencies needed by .NET Core. It does not include .NET Core. It is for self-contained 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.

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.0-rc.1-buster-slim, 5.0-buster-slim, 5.0.0-rc.1, 5.0, latest Dockerfile Debian 10
5.0.0-rc.1-alpine3.12, 5.0-alpine3.12, 5.0-alpine Dockerfile Alpine 3.12
5.0.0-rc.1-focal, 5.0-focal Dockerfile Ubuntu 20.04

Linux arm64 Tags

.NET 5.0 Preview Tags
Tags Dockerfile OS Version
5.0.0-rc.1-buster-slim-arm64v8, 5.0-buster-slim-arm64v8, 5.0.0-rc.1, 5.0, latest Dockerfile Debian 10
5.0.0-rc.1-alpine3.12-arm64v8, 5.0-alpine3.12-arm64v8, 5.0-alpine-arm64v8 Dockerfile Alpine 3.12
5.0.0-rc.1-focal-arm64v8, 5.0-focal-arm64v8 Dockerfile Ubuntu 20.04

Linux arm32 Tags

.NET 5.0 Preview Tags
Tags Dockerfile OS Version
5.0.0-rc.1-buster-slim-arm32v7, 5.0-buster-slim-arm32v7, 5.0.0-rc.1, 5.0, latest Dockerfile Debian 10
5.0.0-rc.1-focal-arm32v7, 5.0-focal-arm32v7 Dockerfile Ubuntu 20.04

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