Skip to content

ContainerImageName indeed allows the forward slash character too #33315

@lbruun

Description

@lbruun

The value for <ContainerImageName> seems to accept forward slashes in the name. Which it should.

However, the doc says:

"Image names can only contain lowercase alphanumeric characters, periods, underscores, and dashes, and must start with a letter or number. Any other characters will result in an error being thrown."

(in the section about ContainerImageName)

The following works for me:

<ContainerImageName>foo/bar</ContainerImageName>

but according to the documentation should not be possible. I think the documentation is incorrect. From a Docker perspective it is correct that the / character is allowed.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 58006

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions