dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Generated image info file for internal builds contain incorrect information

Open mthalman opened this issue 2 years ago • 2 comments

Builds that target internal builds of .NET now generate image info files to enable image caching. But the information in the file is technically incorrect because it's formatted to reference public builds. Examples:

  • Digest value contains mcr.microsoft.com registry but the published image doesn't exist there.
  • Commit URL references https://github.com/dotnet/dotnet-docker but the Dockerfile doesn't exist there

mthalman avatar Sep 24 '22 13:09 mthalman