dotnet / dotnet/sdk

ParseContainerProperties task normalizes the registry part of the repository

Open
#44,408 10 comments 0 reactions 1 assignee Claimed by @baronfel View on GitHub
Area-Containers untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

I'm specifying my container repository as:

```xml
myregistry.com:123/$(AssemblyName)
```

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

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

```xml
myregistry.com:123/$(AssemblyName.Replace('.','-').ToLowerInvariant())
```

Is that intended?

What is the `ContainerRegistry` parameter used for?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.