🌐
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/hell...
🌐
Microsoft
mcr.microsoft.com
Microsoft Artifact Registry
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
Discussions

Cannot Pull Images from mcr.microsoft.com – EOF Error
Try a pull in debug mode, such as docker -D pull mcr.microsoft.com/dotnet/aspnet:8.0 and it might give you some more details and hints at the possible problem. What does curl -v https://mcr.microsoft.com/dotnet/aspnet:8.0 on that same host give you? Are you using some kind of proxy? This is the most likely cause, something interfering with the connection. Check your docker info but also if your host some some global proxy or similar things enabled. Also test from another computer in the same network to see if its limited to one computer or the entire network. If its the entire network, something on your router maybe is causing this. Edit: Just now saw your edit For some reason Mcafee antivirus was blocking it for the MCR. Well... theres some food for thought then. More on reddit.com
🌐 r/docker
3
2
June 8, 2025
Where to get a list of Docker images/tags for .netcore at mcr.microsoft.com/dotnet/core? - Stack Overflow
You can just open: https://mcr.microsoft.com/v2/dotnet/core/sdk/tags/list in the browser to get all tags ... ... Sign up to request clarification or add additional context in comments. ... Oh my god... you literally saved me. This is nowhere documented... the official hub.docker.com site publishes ... More on stackoverflow.com
🌐 stackoverflow.com
Host images on mcr.microsoft.com
Steve Lasker wrote a blog back in May titled Microsoft syndicates container catalog , describing how Microsoft will start serving container images from mcr.microsoft.com, the Microsoft Container Re... More on github.com
🌐 github.com
4
October 11, 2018
Azure App Service builtin base images
I think they're all at the root of the Azure-App-Service Github account. I can see PHP in there https://github.com/Azure-App-Service/php though some of the repos look suspiciously old More on reddit.com
🌐 r/AZURE
4
1
December 14, 2022
🌐
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
GitHub - microsoft/containerregistry: Microsoft Artifact Registry description and related FAQ · GitHub
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) is the primary registry for all Microsoft published artifacts (such as container images) that offers a reliable and trustworthy delivery of artifacts with a syndicated ...
Starred by 411 users
Forked by 89 users
🌐
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
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 can establish MCR as the official source of Microsoft-provided container images, and then more easily promote and syndicate those images to multiple container services, like Docker Hub and Red Hat OpenShift.
🌐
Docker Hub
hub.docker.com › r › microsoft › dotnet
microsoft/dotnet - Docker Image
You can quickly run a container with a pre-built .NET Docker image⁠, based on the .NET console sample⁠. Type the following command to run a sample console application: docker run --rm mcr.microsoft.com/dotnet/samples Copy
🌐
Microsoft Open Source
opensource.microsoft.com › home › improved discovery experience for microsoft containers on docker hub
Improved discovery experience for Microsoft containers on Docker Hub
June 30, 2025 - Continuing with our approach to delivering a consistent and trustworthy acquisition experience for Microsoft container images, we are pleased to announce updates for the Microsoft Container Registry (MCR). In partnership with Docker, Microsoft has sought to improve the developer experience and servicing of container images while maintaining the current discovery and acquisition process via Docker Hub.
🌐
Microsoft Community
techcommunity.microsoft.com › microsoft community hub › communities › products › azure › microsoft developer community blog
Deprecating the Distribution of Microsoft Container Images via Docker Hub | Microsoft Community Hub
May 19, 2021 - MCR contains the full catalog of container images produced by Microsoft with their most up-to-date versions and tags. By leveraging Azure’s global footprint, MCR offers public access to Microsoft’s images globally.
Find elsewhere
🌐
Reddit
reddit.com › r/docker › cannot pull images from mcr.microsoft.com – eof error
r/docker on Reddit: Cannot Pull Images from mcr.microsoft.com – EOF Error
June 8, 2025 -

[v4.42.0]
[Docker Desktop – Windows]

As the title suggests, I cannot pull any images from the mcr.microsoft.com registry.
Every time I try to pull an image (e.g., docker pull mcr.microsoft.com/dotnet/aspnet:8.0), I receive an EOF error:

Error response from daemon: failed to resolve reference "mcr.microsoft.com/dotnet/aspnet:8.0": failed to do request: Head "https://mcr.microsoft.com/v2/dotnet/aspnet/manifests/8.0": EOF

Any advice would be appreciated, as I’ve been trying to fix this issue for hours. I even reinstalled Docker Desktop. Both ping and curl to the MCR registry work without issues.

[Solved]
It seems that the main issue was in ipv6 communication. For some reason Mcafee antivirus was blocking it for the MCR.

🌐
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).
🌐
GitHub
github.com › dotnet › dotnet-docker › issues › 745
Host images on mcr.microsoft.com · Issue #745 · dotnet/dotnet-docker
October 11, 2018 - Steve Lasker wrote a blog back in May titled Microsoft syndicates container catalog , describing how 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.
Author   MichaelSimons
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › machine-learning › concept-prebuilt-docker-images-inference
Prebuilt Docker images - Azure Machine Learning | Microsoft Learn
September 30, 2025 - The list in the following table includes only the inference Docker images that Azure Machine Learning currently supports. All images run as non-root users. Use the latest tag. Prebuilt images are published to the Microsoft Container Registry (MCR).
🌐
Docker Hub
hub.docker.com › r › microsoft › dotnet-sdk
microsoft/dotnet-sdk - Docker Image
By Microsoft•Updated almost 2 years ago · Official images for the .NET SDK · 70 · Overview · 10.0 (Long-Term Support) docker pull mcr.microsoft.com/dotnet/sdk:10.0 · 9.0 (Standard Support) docker pull mcr.microsoft.com/dotnet/sdk:9.0 · 8.0 (Long-Term Support) docker pull mcr.microsoft.com/dotnet/sdk:8.0 ·
🌐
Docker Hub
hub.docker.com › r › microsoft › mcr-hello-world-canary
microsoft/mcr-hello-world-canary - Docker Image
docker pull mcr.microsoft.com/mcr/hello-world-canary · latest · Hello World! (an example of minimal Dockerization). Testing MCR content syndication. Canary validation edition · To run the docker image: docker run mcr.microsoft.com/mcr/hello-world · minor change to test refresh ·
🌐
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.
🌐
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.
🌐
Docker Hub
hub.docker.com › r › microsoft › dotnet-aspnet
microsoft/dotnet-aspnet - Docker Image
You can quickly run a container with a pre-built .NET 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:8080 --name aspnetcore_sample mcr.microsoft.com/dotnet/samples:aspnetapp Copy
🌐
Microsoft Learn
learn.microsoft.com › en-us › aspnet › core › host-and-deploy › docker › building-net-docker-images
Run an ASP.NET Core app in Docker containers | Microsoft Learn
July 31, 2024 - To see the new image use the docker images command. Here's the Dockerfile used by the docker build command you ran earlier. It uses dotnet publish the same way you did in this section to build and deploy.