15 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.
300
.WithImage(
PostgresContainerImageTags
.PgWebImage,
PostgresContainerImageTags
.PgWebTag)
301
.WithImageRegistry(
PostgresContainerImageTags
.PgWebRegistry)