42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
41/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.Tag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image. 109.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.Tag) 110.WithImageRegistry(PostgresContainerImageTags.Registry) 178/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 201.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 202.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 268/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 307.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 308.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry) 355/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpImage"/> container image. 377.WithImage(PostgresContainerImageTags.PostgresMcpImage, PostgresContainerImageTags.PostgresMcpTag) 378.WithImageRegistry(PostgresContainerImageTags.PostgresMcpRegistry) 662var 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}}",