42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
44/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.Tag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image. 113.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.Tag) 114.WithImageRegistry(PostgresContainerImageTags.Registry) 185/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 210.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 211.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 280/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 321.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 322.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry) 370/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpImage"/> container image. 394.WithImage(PostgresContainerImageTags.PostgresMcpImage, PostgresContainerImageTags.PostgresMcpTag) 395.WithImageRegistry(PostgresContainerImageTags.PostgresMcpRegistry) 695var tag = imageAnnotation.Tag ?? PostgresContainerImageTags.Tag;
Aspire.Hosting.PostgreSQL.Tests (21)
AddPostgresTests.cs (21)
59Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 60Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 61Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 113Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 114Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 115Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 229Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 230Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 231Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 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}}",