12 references to WithImageTag
Aspire.Hosting.Azure.Tests (3)
AzureCosmosDBExtensionsTests.cs (1)
49container.WithImageTag(imageTag);
AzureEventHubsExtensionsTests.cs (1)
262container.WithImageTag(imageTag);
AzureServiceBusExtensionsTests.cs (1)
264container.WithImageTag(imageTag);
Aspire.Hosting.Containers.Tests (2)
ContainerResourceBuilderTests.cs (1)
57var redis = builder.AddContainer("redis", "redis").WithImageTag("7.1");
WithDockerfileTests.cs (1)
157dockerFile.WithImageTag("latest");
Aspire.Hosting.MongoDB.Tests (1)
AddMongoDBTests.cs (1)
115c.WithImageTag("someothertag");
Aspire.Hosting.PostgreSQL.Tests (2)
AddPostgresTests.cs (2)
407c.WithImageTag("someothertag"); 435builder.AddPostgres("mypostgres").WithPgAdmin(pga => pga.WithImageTag("8.3"));
Aspire.Hosting.RabbitMQ.Tests (2)
AddRabbitMQTests.cs (2)
131rabbitmq.WithImageTag(imageTag); 159rabbitmq.WithImageTag(imageTag);
Aspire.Hosting.Redis.Tests (2)
AddRedisTests.cs (2)
326c.WithImageTag("someothertag"); 344c.WithImageTag("someothertag");