42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
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) 112.WithImageRegistry(PostgresContainerImageTags.Registry) 180/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 203.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 204.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 270/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 309.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 310.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry) 357/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpImage"/> container image. 379.WithImage(PostgresContainerImageTags.PostgresMcpImage, PostgresContainerImageTags.PostgresMcpTag) 380.WithImageRegistry(PostgresContainerImageTags.PostgresMcpRegistry) 664var tag = imageAnnotation.Tag ?? PostgresContainerImageTags.Tag;
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}}",