15 references to GarnetContainerImageTags
Aspire.Hosting.Garnet.Tests (15)
AddGarnetTests.cs (15)
38
Assert.Equal(
GarnetContainerImageTags
.Tag, containerAnnotation.Tag);
39
Assert.Equal(
GarnetContainerImageTags
.Image, containerAnnotation.Image);
40
Assert.Equal(
GarnetContainerImageTags
.Registry, containerAnnotation.Registry);
66
Assert.Equal(
GarnetContainerImageTags
.Tag, containerAnnotation.Tag);
67
Assert.Equal(
GarnetContainerImageTags
.Image, containerAnnotation.Image);
68
Assert.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}}",