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)
59
Assert.Equal(
PostgresContainerImageTags
.Tag, containerAnnotation.Tag);
60
Assert.Equal(
PostgresContainerImageTags
.Image, containerAnnotation.Image);
61
Assert.Equal(
PostgresContainerImageTags
.Registry, containerAnnotation.Registry);
113
Assert.Equal(
PostgresContainerImageTags
.Tag, containerAnnotation.Tag);
114
Assert.Equal(
PostgresContainerImageTags
.Image, containerAnnotation.Image);
115
Assert.Equal(
PostgresContainerImageTags
.Registry, containerAnnotation.Registry);
204
Assert.Equal(
PostgresContainerImageTags
.Tag, containerAnnotation.Tag);
205
Assert.Equal(
PostgresContainerImageTags
.Image, containerAnnotation.Image);
206
Assert.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}}",