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