17 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)
202
/// This version of the package defaults to the <inheritdoc cref="
RedisContainerImageTags
.RedisInsightTag"/> tag of the <inheritdoc cref="
RedisContainerImageTags
.RedisInsightImage"/> container image.
224
.WithImage(
RedisContainerImageTags
.RedisInsightImage,
RedisContainerImageTags
.RedisInsightTag)
225
.WithImageRegistry(
RedisContainerImageTags
.RedisInsightRegistry)