-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Area-ContainersRelated to dotnet SDK containers functionalityRelated to dotnet SDK containers functionalityuntriagedRequest triage from a team memberRequest triage from a team member
Description
Describe the bug
Instead of the registry name, the CONTAINER1015 message only shows an empty string.
To Reproduce
- Use
ContainerBaseImage
with an unknown image - Check the error message
Further technical details
This was introduced with 6eeea6c and affects the following builds:
- 9.0.103+
- 9.0.200+
- 9.0.300+
- 10.0.100-preview.1+
Strings.RepositoryNotFound
expects the repository name to be {2}
but due to the change it's now {3}
. {2}
is now the base image digest instead.
Metadata
Metadata
Assignees
Labels
Area-ContainersRelated to dotnet SDK containers functionalityRelated to dotnet SDK containers functionalityuntriagedRequest triage from a team memberRequest triage from a team member