9 references to Image
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)
59Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 113Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 206Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 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}}",