8 references to Registry
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
112.WithImageRegistry(PostgresContainerImageTags.Registry)
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (7)
61Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 115Assert.Equal(PostgresContainerImageTags.Registry, containerAnnotation.Registry); 231Assert.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}}",