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