10 references to MongoDBContainerImageTags
Aspire.Hosting.MongoDB (10)
MongoDBBuilderExtensions.cs (10)
27
/// <para>This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.Image"/> container image.</para>
86
.WithImage(
MongoDBContainerImageTags
.Image,
MongoDBContainerImageTags
.Tag)
87
.WithImageRegistry(
MongoDBContainerImageTags
.Registry)
146
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressTag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressImage"/> container image.
162
.WithImage(
MongoDBContainerImageTags
.MongoExpressImage,
MongoDBContainerImageTags
.MongoExpressTag)
163
.WithImageRegistry(
MongoDBContainerImageTags
.MongoExpressRegistry)