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)
58Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 112Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 205Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 257"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 300"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 326"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 352"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}",