🌐
Microsoft
mcr.microsoft.com
Microsoft Artifact Registry
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
GitHub
github.com › microsoft › containerregistry
GitHub - microsoft/containerregistry: Microsoft Artifact Registry description and related FAQ · GitHub
MAR is a public registry for housing only Microsoft's official artifacts (such as container images). ACR is a private container registry for housing our customers' container images.
Starred by 411 users
Forked by 89 users
🌐
Docker Hub
hub.docker.com › r › microsoft › mcr-hello-world
microsoft/mcr-hello-world - Docker Image
docker pull mcr.microsoft.com/mcr/hello-world · latest · Hello World! (an example of minimal Dockerization). To run the docker image: docker run mcr.microsoft.com/mcr/hello-world · You can retrieve a list of all available tags for mcr/hello-world at https://mcr.microsoft.com/v2/mcr/hello-world/tags/list⁠ ·
🌐
Microsoft
devblogs.microsoft.com › dev blogs › .net blog › .net core container images now published to microsoft container registry
.NET Core Container Images now Published to Microsoft Container Registry - .NET Blog
September 29, 2021 - We are now publishing .NET Core container images to Microsoft Container Registry (MCR). We have also made other changes to the images we publish, described in this post. Important: You will need to change FROM statements in Dockerfile files and docker pull commands as a result of these changes.
🌐
Microsoft Learn
learn.microsoft.com › en-us › virtualization › windowscontainers › manage-containers › container-base-images
Overview of Windows Container Base Images | Microsoft Learn
November 28, 2025 - You can discover all Windows container base images through Docker Hub. The Windows container base images themselves come from mcr.microsoft.com, the Microsoft Container Registry (MCR).
🌐
Microsoft Azure
azure.microsoft.com › blog home › containers › microsoft syndicates container catalog (mcr.microsoft.com)
Microsoft syndicates container catalog (mcr.microsoft.com) | Microsoft Azure Blog
August 2, 2023 - We believe this will better serve customers as they will have channels of discovery they’ve become accustomed to, while having a consistent and reliable source where vendor images are kept up to date. In May 2018, Microsoft will start serving container images from mcr.microsoft.com, the Microsoft Container Registry (MCR), and syndicating the content describing the container images with Docker Hub and Red Hat.
🌐
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › base › about
Base Development Container Images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
GitHub
github.com › devcontainers › images
GitHub - devcontainers/images: Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers · GitHub
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers - devcontainers/images
Starred by 2K users
Forked by 904 users
Languages   Shell 46.4% | JavaScript 42.9% | Dockerfile 7.8% | Java 1.0% | Python 0.7% | C# 0.3%
🌐
Microsoft
mcr.microsoft.com › product › mssql › server › about
Microsoft SQL Server - Ubuntu based images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
Find elsewhere
🌐
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › dotnet › about
NET Development Container Images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › architecture › microservices › net-core-net-framework-containers › official-net-docker-images
Official .NET Docker images - .NET | Microsoft Learn
September 7, 2024 - You can find all the available docker images in dotnet-docker and also refer to the latest preview releases by using nightly build mcr.microsoft.com/dotnet/nightly/*
🌐
GitHub
github.com › microsoft › containerregistry › blob › main › docs › mcr-endpoints-guidance.md
containerregistry/docs/mcr-endpoints-guidance.md at main · microsoft/containerregistry
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) is an implementation of the OCI Distribution Specification which delivers artifacts, such as container images, helm charts and other assets distributed by Microsoft.
Author   microsoft
🌐
Sixeyed
blog.sixeyed.com › understanding-microsofts-docker-images-for-net-apps
Understanding Microsoft’s Docker Images for .NET Apps
January 14, 2021 - The Docker image names are shortened in that graphic, they’re all hosted on MCR so they all need to be prefixed with mcr.microsoft.com/. The tag for each is the latest release, so that’s a moving target - the :ltsc2019 Windows image is updated every month with new OS patches, so if you use that in your FROM instruction you’ll always get the current release.
🌐
SQLServerCentral
sqlservercentral.com › blogs › checking-the-microsoft-container-registry-for-new-sql-server-images
Checking the Microsoft Container Registry for new SQL Server images – SQLServerCentral
February 21, 2023 - N.B. – this is just a text file of all the existing images…I try and keep it up-to-date. ... $Registries = ("https://mcr.microsoft.com/v2/mssql/server/tags/list","https://mcr.microsoft.com/v2/mssql/rhel/server/tags/list")
🌐
Docker Hub
hub.docker.com › u › microsoft
Microsoft
Discover official Docker images from Microsoft, a Verified Publisher on Docker Hub. Visit their profile and explore images they maintain.
🌐
Microsoft
mcr.microsoft.com › catalog
Microsoft SQL Server - RHEL based images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
DBA From The Cold
dbafromthecold.com › 2023 › 02 › 17 › checking-the-microsoft-container-registry-for-new-sql-server-images
Checking the Microsoft Container Registry for new SQL Server images | DBA From The Cold
February 17, 2023 - N.B. – this is just a text file of all the existing images…I try and keep it up-to-date. ... $Registries = ("https://mcr.microsoft.com/v2/mssql/server/tags/list","https://mcr.microsoft.com/v2/mssql/rhel/server/tags/list")
🌐
Voice of the DBA
voiceofthedba.com › 2020 › 07 › 08 › getting-a-list-of-tags-from-the-microsoft-container-registry-sqlnewblogger
Getting a List of Tags from the Microsoft Container Registry–#SQLNewBlogger | Voice of the DBA
July 8, 2020 - Here’s why it works this way (and it drives me nuts too). A container registry accomplishes 2 things: a place to _store_ the images and a place to _catalog_ the images. mcr is merely the former and NOT the latter. The latter is handled via Docker Hub. Now the why…it’s not a good idea to have your bits stored under the purview of another entity.