10 references to MongoDBContainerImageTags
Aspire.Hosting.MongoDB (10)
MongoDBBuilderExtensions.cs (10)
28
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.Image"/> container image.
79
.WithImage(
MongoDBContainerImageTags
.Image,
MongoDBContainerImageTags
.Tag)
80
.WithImageRegistry(
MongoDBContainerImageTags
.Registry)
130
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressTag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressImage"/> container image.
144
.WithImage(
MongoDBContainerImageTags
.MongoExpressImage,
MongoDBContainerImageTags
.MongoExpressTag)
145
.WithImageRegistry(
MongoDBContainerImageTags
.MongoExpressRegistry)