16 references to AddDockerfile
Aspire.Hosting (1)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.Containers.Tests (10)
WithDockerfileTests.cs (10)
98var dockerFile = builder.AddDockerfile(resourceName, tempContextPath, tempDockerfilePath);
208builder.AddDockerfile("testcontainer", tempContextPath, tempDockerfilePath)
293var container = builder.AddDockerfile("testcontainer", tempContextPath, tempDockerfilePath, "runner")
386var container = builder.AddDockerfile("testcontainer", tempContextPath, tempDockerfilePath)
500builder.AddDockerfile("testcontainer", tempContextPath, tempDockerfilePath)
580builder.AddDockerfile("mycontainer", string.Empty)
630var container = builder.AddDockerfile("mycontainer", tempContextPath);
661var container = builder.AddDockerfile("mycontainer", tempContextPath, "Dockerfile");
692var container = builder.AddDockerfile("mycontainer", tempContextPath, "Otherdockerfile");
723var container = builder.AddDockerfile("mycontainer", tempContextPath, tempDockerfilePath);
Aspire.Hosting.Tests (1)
AzureContainerApps.AppHost (1)
Publishers.AppHost (1)
WithDockerfile.AppHost (1)