Skip to content

Commit f43133c

Browse files
authored
Merge pull request #430 from dotnet/docs-for-containerimage-rename
2 parents 056e045 + 714372c commit f43133c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ContainerCustomization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ Be default, we push to the local Docker daemon (annotated by `docker://`), but y
5959
</PropertyGroup>
6060
```
6161
62-
## ContainerImageName
62+
## ContainerRepository
6363

64-
This property controls the name of the image itself, e.g `dotnet/runtime` or `my-awesome-app`.
64+
This property controls the name of the generated image itself, e.g `dotnet/runtime` or `my-awesome-app`.
6565

66-
By default, the value used will be the `AssemblyName` of the project.
66+
By default, the value used will be the `AssemblyName` of the project. In previous versions, this property was called `ContainerImageName` - that name is still supported for backwards compatibility but will issue a warning.
6767

6868
```xml
6969
<PropertyGroup>
70-
<ContainerImageName>my-super-awesome-app</ContainerImageName>
70+
<ContainerRepository>my-super-awesome-app</ContainerRepository>
7171
</PropertyGroup>
7272
```
7373

0 commit comments

Comments
 (0)