16 references to AddDockerfile
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
510/// When generating the manifest for deployment tools, the <see cref="AddDockerfile(IDistributedApplicationBuilder, string, string, string?, string?)"/>
Aspire.Hosting.Azure.Tests (1)
AzureContainerAppsTests.cs (1)
114builder.AddDockerfile("api", directory.FullName);
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)
Publishing\ResourceContainerImageBuilderTests.cs (1)
39var servicea = builder.AddDockerfile("container", tempContextPath, tempDockerfilePath);
AzureContainerApps.AppHost (1)
Program.cs (1)
38builder.AddDockerfile("pythonapp", "AppWithDocker");
Publishers.AppHost (1)
Program.cs (1)
61builder.AddDockerfile("mycontainer", "qots");
WithDockerfile.AppHost (1)
Program.cs (1)
10builder.AddDockerfile("mycontainer", "qots")