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)
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); 203Assert.Equal(PostgresContainerImageTags.Tag, containerAnnotation.Tag); 204Assert.Equal(PostgresContainerImageTags.Image, containerAnnotation.Image); 205Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 255"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 298"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 324"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}", 350"image": "{{PostgresContainerImageTags.Registry}}/{{PostgresContainerImageTags.Image}}:{{PostgresContainerImageTags.Tag}}",