15 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (15)
PostgresBuilderExtensions.cs (15)
43/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.Tag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.Image"/> container image. 84.WithImage(PostgresContainerImageTags.Image, PostgresContainerImageTags.Tag) 85.WithImageRegistry(PostgresContainerImageTags.Registry) 133/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgAdminTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgAdminImage"/> container image. 156.WithImage(PostgresContainerImageTags.PgAdminImage, PostgresContainerImageTags.PgAdminTag) 157.WithImageRegistry(PostgresContainerImageTags.PgAdminRegistry) 244/// This version of the package defaults to the <inheritdoc cref="PostgresContainerImageTags.PgWebTag"/> tag of the <inheritdoc cref="PostgresContainerImageTags.PgWebImage"/> container image. 282.WithImage(PostgresContainerImageTags.PgWebImage, PostgresContainerImageTags.PgWebTag) 283.WithImageRegistry(PostgresContainerImageTags.PgWebRegistry)