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