15 references to GarnetContainerImageTags
Aspire.Hosting.Garnet.Tests (15)
AddGarnetTests.cs (15)
38Assert.Equal(GarnetContainerImageTags.Tag, containerAnnotation.Tag); 39Assert.Equal(GarnetContainerImageTags.Image, containerAnnotation.Image); 40Assert.Equal(GarnetContainerImageTags.Registry, containerAnnotation.Registry); 66Assert.Equal(GarnetContainerImageTags.Tag, containerAnnotation.Tag); 67Assert.Equal(GarnetContainerImageTags.Image, containerAnnotation.Image); 68Assert.Equal(GarnetContainerImageTags.Registry, containerAnnotation.Registry); 100"image": "{{GarnetContainerImageTags.Registry}}/{{GarnetContainerImageTags.Image}}:{{GarnetContainerImageTags.Tag}}", 140"image": "{{GarnetContainerImageTags.Registry}}/{{GarnetContainerImageTags.Image}}:{{GarnetContainerImageTags.Tag}}", 176"image": "{{GarnetContainerImageTags.Registry}}/{{GarnetContainerImageTags.Image}}:{{GarnetContainerImageTags.Tag}}",