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. 204.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 205.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 273/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 313.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 314.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry) 361/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PostgresMcpImage"/> container image. 384.WithImage(PostgresContainerImageTags.PostgresMcpImage, PostgresContainerImageTags.PostgresMcpTag) 385.WithImageRegistry(PostgresContainerImageTags.PostgresMcpRegistry) 678var 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}}",