Generated image info file for internal builds contain incorrect information
Open
area-infrastructure
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.