42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
41
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.Image"/> container image.
109
.WithImage(
PostgresContainerImageTags
.Image,
PostgresContainerImageTags
.Tag)
110
.WithImageRegistry(
PostgresContainerImageTags
.Registry)
178
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminImage"/> container image.
201
.WithImage(
PostgresContainerImageTags
.PgAdminImage,
PostgresContainerImageTags
.PgAdminTag)
202
.WithImageRegistry(
PostgresContainerImageTags
.PgAdminRegistry)
268
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgWebTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgWebImage"/> container image.
307
.WithImage(
PostgresContainerImageTags
.PgWebImage,
PostgresContainerImageTags
.PgWebTag)
308
.WithImageRegistry(
PostgresContainerImageTags
.PgWebRegistry)
355
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpImage"/> container image.
377
.WithImage(
PostgresContainerImageTags
.PostgresMcpImage,
PostgresContainerImageTags
.PostgresMcpTag)
378
.WithImageRegistry(
PostgresContainerImageTags
.PostgresMcpRegistry)
662
var tag = imageAnnotation.Tag ??
PostgresContainerImageTags
.Tag;
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);
205
Assert.Equal(
PostgresContainerImageTags
.Tag, containerAnnotation.Tag);
206
Assert.Equal(
PostgresContainerImageTags
.Image, containerAnnotation.Image);
207
Assert.Equal(
PostgresContainerImageTags
.Registry, containerAnnotation.Registry);
257
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
300
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
326
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
352
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",