Docker image for .net 5
问题 Typically I use following images for .net core 3.1 and it works fine. FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build I have for experimental reason started a new .net 5 project and created dockerfile with following FROM mcr.microsoft.com/dotnet/core/aspnet:5.0-buster-slim AS base FROM mcr.microsoft.com/dotnet/core/sdk:5.0-buster AS build and have following issue: => ERROR [internal] load metadata for mcr.microsoft