10 references to Tag
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
41/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.Tag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image. 109.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.Tag) 662var tag = imageAnnotation.Tag ?? 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}}",