2 references to DockerfileHelper
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1550await DockerfileHelper.ExecuteDockerfileFactoryAsync(dockerfileBuildAnnotation, modelContainerResource, serviceProvider, cancellationToken).ConfigureAwait(false);
Publishing\ManifestPublishingContext.cs (1)
309await DockerfileHelper.ExecuteDockerfileFactoryAsync(annotation, container, ExecutionContext.ServiceProvider, CancellationToken).ConfigureAwait(false);