15 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (15)
PostgresBuilderExtensions.cs (15)
38
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.Image"/> container image.
79
.WithImage(
PostgresContainerImageTags
.Image,
PostgresContainerImageTags
.Tag)
80
.WithImageRegistry(
PostgresContainerImageTags
.Registry)
128
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminImage"/> container image.
150
.WithImage(
PostgresContainerImageTags
.PgAdminImage,
PostgresContainerImageTags
.PgAdminTag)
151
.WithImageRegistry(
PostgresContainerImageTags
.PgAdminRegistry)
249
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgWebTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgWebImage"/> container image.
284
.WithImage(
PostgresContainerImageTags
.PgWebImage,
PostgresContainerImageTags
.PgWebTag)
285
.WithImageRegistry(
PostgresContainerImageTags
.PgWebRegistry)