42 references to PostgresContainerImageTags
Aspire.Hosting.PostgreSQL (21)
PostgresBuilderExtensions.cs (21)
43
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.Image"/> container image.
111
.WithImage(
PostgresContainerImageTags
.Image,
PostgresContainerImageTags
.Tag)
112
.WithImageRegistry(
PostgresContainerImageTags
.Registry)
180
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgAdminImage"/> container image.
204
.WithImage(
PostgresContainerImageTags
.PgAdminImage,
PostgresContainerImageTags
.PgAdminTag)
205
.WithImageRegistry(
PostgresContainerImageTags
.PgAdminRegistry)
273
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PgWebTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PgWebImage"/> container image.
313
.WithImage(
PostgresContainerImageTags
.PgWebImage,
PostgresContainerImageTags
.PgWebTag)
314
.WithImageRegistry(
PostgresContainerImageTags
.PgWebRegistry)
361
/// This version of the package defaults to the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpTag"/> tag of the <inheritdoc cref="
PostgresContainerImageTags
.PostgresMcpImage"/> container image.
384
.WithImage(
PostgresContainerImageTags
.PostgresMcpImage,
PostgresContainerImageTags
.PostgresMcpTag)
385
.WithImageRegistry(
PostgresContainerImageTags
.PostgresMcpRegistry)
678
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}}",