7 references to ImageTag
Aspire.Cli.EndToEnd.Tests (7)
RadiusDotnetProjectDeployTests.cs (7)
57
.WithContainerImage("localhost:5001/{{clusterName}}/api:{{
ImageTag
}}");
59
.WithContainerImage("localhost:5001/{{clusterName}}/web:{{
ImageTag
}}")
91
var image = $"{clusterName}/{resourceName}:{
ImageTag
}";
95
$"-p:ContainerRepository={clusterName}/{resourceName} -p:ContainerImageTag={
ImageTag
} " +
119
$"localhost:5001/{clusterName}/{resource}:{
ImageTag
}");
141
await LocalDeploymentTestHelpers.CleanupImageAsync($"localhost:5001/{clusterName}/{resource}:{
ImageTag
}", output);
142
await LocalDeploymentTestHelpers.CleanupImageAsync($"{clusterName}/{resource}:{
ImageTag
}", output);