10 references to MongoDBContainerImageTags
Aspire.Hosting.MongoDB (10)
MongoDBBuilderExtensions.cs (10)
27
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.Image"/> container image.
83
.WithImage(
MongoDBContainerImageTags
.Image,
MongoDBContainerImageTags
.Tag)
84
.WithImageRegistry(
MongoDBContainerImageTags
.Registry)
141
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressTag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressImage"/> container image.
156
.WithImage(
MongoDBContainerImageTags
.MongoExpressImage,
MongoDBContainerImageTags
.MongoExpressTag)
157
.WithImageRegistry(
MongoDBContainerImageTags
.MongoExpressRegistry)