19 references to MongoDBContainerImageTags
Aspire.Hosting.MongoDB (10)
MongoDBBuilderExtensions.cs (10)
33
/// <para>This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.Image"/> container image.</para>
90
.WithImage(
MongoDBContainerImageTags
.Image,
MongoDBContainerImageTags
.Tag)
91
.WithImageRegistry(
MongoDBContainerImageTags
.Registry)
223
/// This version of the package defaults to the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressTag"/> tag of the <inheritdoc cref="
MongoDBContainerImageTags
.MongoExpressImage"/> container image.
241
.WithImage(
MongoDBContainerImageTags
.MongoExpressImage,
MongoDBContainerImageTags
.MongoExpressTag)
242
.WithImageRegistry(
MongoDBContainerImageTags
.MongoExpressRegistry)
Aspire.Hosting.MongoDB.Tests (9)
AddMongoDBTests.cs (9)
59
Assert.Equal(
MongoDBContainerImageTags
.Tag, containerAnnotation.Tag);
60
Assert.Equal(
MongoDBContainerImageTags
.Image, containerAnnotation.Image);
61
Assert.Equal(
MongoDBContainerImageTags
.Registry, containerAnnotation.Registry);
87
Assert.Equal(
MongoDBContainerImageTags
.Tag, containerAnnotation.Tag);
88
Assert.Equal(
MongoDBContainerImageTags
.Image, containerAnnotation.Image);
89
Assert.Equal(
MongoDBContainerImageTags
.Registry, containerAnnotation.Registry);
233
"image": "{{
MongoDBContainerImageTags
.Registry}}/{{
MongoDBContainerImageTags
.Image}}:{{
MongoDBContainerImageTags
.Tag}}",