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