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) 174/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 197.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 198.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 262/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 301.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 302.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry)
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); 204Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 205Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 206Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 256"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 299"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 325"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 351"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}",