22 references to WithImageTag
Aspire.Hosting (3)
ContainerResourceBuilderExtensions.cs (3)
91.WithImageTag(tag); 569.WithImageTag(imageTag) 689.WithImageTag(imageTag)
Aspire.Hosting.Azure.Kusto.Tests (2)
AddAzureKustoTests.cs (2)
42containerBuilder.WithImageTag(customTag); 286containerBuilder.WithImageRegistry(customRegistry).WithImage(customImage).WithImageTag(customTag);
Aspire.Hosting.Azure.Tests (3)
AzureCosmosDBExtensionsTests.cs (1)
50container.WithImageTag(imageTag);
AzureEventHubsExtensionsTests.cs (1)
266container.WithImageTag(imageTag);
AzureServiceBusExtensionsTests.cs (1)
183container.WithImageTag(imageTag);
Aspire.Hosting.Containers.Tests (3)
ContainerResourceBuilderTests.cs (2)
56var redis = builder.AddContainer("redis", "redis").WithImageTag("7.1"); 82var exception = Assert.Throws<InvalidOperationException>(() => container.WithImageTag("7.1"));
WithDockerfileTests.cs (1)
175dockerFile.WithImageTag("latest");
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
63.WithImageTag(KeycloakContainerImageTags.Tag)
Aspire.Hosting.MongoDB.Tests (1)
AddMongoDBTests.cs (1)
118c.WithImageTag("someothertag");
Aspire.Hosting.PostgreSQL.Tests (2)
AddPostgresTests.cs (2)
405c.WithImageTag("someothertag"); 433builder.AddPostgres("mypostgres").WithPgAdmin(pga => pga.WithImageTag("8.3"));
Aspire.Hosting.Python.Tests (1)
AddUvicornAppTests.cs (1)
61.WithImageTag("deterministc-tag");
Aspire.Hosting.RabbitMQ.Tests (2)
AddRabbitMQTests.cs (2)
135rabbitmq.WithImageTag(imageTag); 163rabbitmq.WithImageTag(imageTag);
Aspire.Hosting.Redis.Tests (2)
AddRedisTests.cs (2)
376c.WithImageTag("someothertag"); 394c.WithImageTag("someothertag");
Aspire.Hosting.Tests (1)
Backchannel\Exec\ContainerResourceExecTests.cs (1)
76.WithImageTag("1.25");
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
33.WithImageTag(YarpContainerImageTags.Tag)