35 references to RedisContainerImageTags
Aspire.Hosting.Redis (17)
RedisBuilderExtensions.cs (17)
36/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 58/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 93.WithImage(RedisContainerImageTags.Image, RedisContainerImageTags.Tag) 94.WithImageRegistry(RedisContainerImageTags.Registry) 221/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.RedisCommanderTag"/> tag of the <inheritdoc cref="RedisContainerImageTags.RedisCommanderImage"/> container image. 243.WithImage(RedisContainerImageTags.RedisCommanderImage, RedisContainerImageTags.RedisCommanderTag) 244.WithImageRegistry(RedisContainerImageTags.RedisCommanderRegistry) 298/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.RedisInsightTag"/> tag of the <inheritdoc cref="RedisContainerImageTags.RedisInsightImage"/> container image. 320.WithImage(RedisContainerImageTags.RedisInsightImage, RedisContainerImageTags.RedisInsightTag) 321.WithImageRegistry(RedisContainerImageTags.RedisInsightRegistry)
Aspire.Hosting.Redis.Tests (18)
AddRedisTests.cs (18)
50Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 51Assert.Equal(RedisContainerImageTags.Image, containerAnnotation.Image); 52Assert.Equal(RedisContainerImageTags.Registry, containerAnnotation.Registry); 78Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 79Assert.Equal(RedisContainerImageTags.Image, containerAnnotation.Image); 80Assert.Equal(RedisContainerImageTags.Registry, containerAnnotation.Registry); 146"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 180"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 215"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 250"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}",