9 references to Tag
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (2)
39
/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.
Tag
"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image.
106
.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.
Tag
)
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (7)
59
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
113
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
204
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
256
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
299
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
325
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
351
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",