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) 678var tag = imageAnnotation.Tag ?? PostgresContainerImageTags.Tag;
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (7)
59Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 113Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 229Assert.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}}",