42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
44
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.Image"/> container image.
113
.WithImage(
PostgresContainerImageTags
.Image,
PostgresContainerImageTags
.Tag)
114
.WithImageRegistry(
PostgresContainerImageTags
.Registry)
185
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminImage"/> container image.
210
.WithImage(
PostgresContainerImageTags
.PgAdminImage,
PostgresContainerImageTags
.PgAdminTag)
211
.WithImageRegistry(
PostgresContainerImageTags
.PgAdminRegistry)
280
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgWebTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgWebImage"/> container image.
321
.WithImage(
PostgresContainerImageTags
.PgWebImage,
PostgresContainerImageTags
.PgWebTag)
322
.WithImageRegistry(
PostgresContainerImageTags
.PgWebRegistry)
370
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpImage"/> container image.
394
.WithImage(
PostgresContainerImageTags
.PostgresMcpImage,
PostgresContainerImageTags
.PostgresMcpTag)
395
.WithImageRegistry(
PostgresContainerImageTags
.PostgresMcpRegistry)
695
var tag = imageAnnotation.Tag ??
PostgresContainerImageTags
.Tag;
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);
229
Assert.Equal(
PostgresContainerImageTags
.Tag, containerAnnotation.Tag);
230
Assert.Equal(
PostgresContainerImageTags
.Image, containerAnnotation.Image);
231
Assert.Equal(
PostgresContainerImageTags
.Registry, containerAnnotation.Registry);
281
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
324
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
350
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",
376
"image": "{{
PostgresContainerImageTags
.Registry}}/{{
PostgresContainerImageTags
.Image}}:{{
PostgresContainerImageTags
.Tag}}",