Skip to content

ParseContainerProperties task normalizes the registry part of the repository #44408

Open
@paulomorgado

Description

@paulomorgado

I'm specifying my container repository as:

<ContainerRepository>myregistry.com:123/$(AssemblyName)</ContainerRepository>

But the ParseContainerProperties task "normalizes" it to "myregistry-com-123/...."

the only way for it to work, is to use this:

<ContainerRepository>myregistry.com:123/$(AssemblyName.Replace('.','-').ToLowerInvariant())</ContainerRepository>

Is that intended?

What is the ContainerRegistry parameter used for?

Metadata

Metadata

Assignees

Labels

Area-ContainersRelated to dotnet SDK containers functionalityuntriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions