9 references to Image
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (2)
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)
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (7)
60Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 114Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 230Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 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}}",