35 references to RedisContainerImageTags
Aspire.Hosting.Redis (17)
RedisBuilderExtensions.cs (17)
32/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 54/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 89.WithImage(RedisContainerImageTags.Image, RedisContainerImageTags.Tag) 90.WithImageRegistry(RedisContainerImageTags.Registry) 134/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.RedisCommanderTag"/> tag of the <inheritdoc cref="RedisContainerImageTags.RedisCommanderImage"/> container image. 156.WithImage(RedisContainerImageTags.RedisCommanderImage, RedisContainerImageTags.RedisCommanderTag) 157.WithImageRegistry(RedisContainerImageTags.RedisCommanderRegistry) 201/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.RedisInsightTag"/> tag of the <inheritdoc cref="RedisContainerImageTags.RedisInsightImage"/> container image. 223.WithImage(RedisContainerImageTags.RedisInsightImage, RedisContainerImageTags.RedisInsightTag) 224.WithImageRegistry(RedisContainerImageTags.RedisInsightRegistry)
Aspire.Hosting.Redis.Tests (18)
AddRedisTests.cs (18)
45Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 46Assert.Equal(RedisContainerImageTags.Image, containerAnnotation.Image); 47Assert.Equal(RedisContainerImageTags.Registry, containerAnnotation.Registry); 73Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 74Assert.Equal(RedisContainerImageTags.Image, containerAnnotation.Image); 75Assert.Equal(RedisContainerImageTags.Registry, containerAnnotation.Registry); 141"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 175"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 210"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}", 245"image": "{{RedisContainerImageTags.Registry}}/{{RedisContainerImageTags.Image}}:{{RedisContainerImageTags.Tag}}",