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)
59Assert.Equal(MongoDBContainerImageTags.Tag, containerAnnotation.Tag); 60Assert.Equal(MongoDBContainerImageTags.Image, containerAnnotation.Image); 61Assert.Equal(MongoDBContainerImageTags.Registry, containerAnnotation.Registry); 87Assert.Equal(MongoDBContainerImageTags.Tag, containerAnnotation.Tag); 88Assert.Equal(MongoDBContainerImageTags.Image, containerAnnotation.Image); 89Assert.Equal(MongoDBContainerImageTags.Registry, containerAnnotation.Registry); 233"image": "{{MongoDBContainerImageTags.Registry}}/{{MongoDBContainerImageTags.Image}}:{{MongoDBContainerImageTags.Tag}}",