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) 173/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 196.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 197.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 261/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 300.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 301.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}}",