10 references to MilvusContainerImageTags
Aspire.Hosting.Milvus (10)
MilvusBuilderExtensions.cs (10)
35
/// This version of the package defaults to the <inheritdoc cref="
MilvusContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MilvusContainerImageTags
.Image"/> container image.
54
.WithImage(
MilvusContainerImageTags
.Image,
MilvusContainerImageTags
.Tag)
55
.WithImageRegistry(
MilvusContainerImageTags
.Registry)
111
/// This version of the package defaults to the <inheritdoc cref="
MilvusContainerImageTags
.AttuTag"/> tag of the <inheritdoc cref="
MilvusContainerImageTags
.AttuImage"/> container image.
138
.WithImage(
MilvusContainerImageTags
.AttuImage,
MilvusContainerImageTags
.AttuTag)
139
.WithImageRegistry(
MilvusContainerImageTags
.Registry)