9 references to SeqContainerImageTags
Aspire.Hosting.Seq.Tests (9)
AddSeqTests.cs (9)
36Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 37Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 38Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 64Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 65Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 66Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 98"image": "{{SeqContainerImageTags.Registry}}/{{SeqContainerImageTags.Image}}:{{SeqContainerImageTags.Tag}}",