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