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