10 references to Tag
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
43
/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.
Tag
"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image.
111
.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.
Tag
)
678
var tag = imageAnnotation.Tag ?? PostgresContainerImageTags.
Tag
;
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (7)
59
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
113
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
229
Assert.Equal(PostgresContainerImageTags.
Tag
, containerAnnotation.Tag);
281
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
324
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
350
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",
376
"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.
Tag
}}",