36 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (15)
PostgresBuilderExtensions.cs (15)
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) 107.WithImageRegistry(PostgresContainerImageTags.Registry) 177/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 200.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 201.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 265/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 304.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 305.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry)
Aspire.Hosting.PostgreSQL.Tests (21)
AddPostgresTests.cs (21)
58Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 59Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 60Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 112Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 113Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 114Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 205Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 206Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 207Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 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}}",