ContainerFilesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides Dockerfile builder extension methods for supporting PublishWithContainerFiles<T>(IResourceBuilder<T>, IResourceBuilder<IResourceWithContainerFiles>, String).
public static class ContainerFilesExtensions
type ContainerFilesExtensions = class
Public Module ContainerFilesExtensions
- Inheritance
-
ContainerFilesExtensions
Methods
| AddContainerFiles(DockerfileStage, IResource, String, ILogger) |
Adds COPY --from statements to the Dockerfile stage for container files from resources referenced by ContainerFilesDestinationAnnotation. |
| AddContainerFilesStages(DockerfileBuilder, IResource, ILogger) |
Adds Dockerfile instructions to include container files from the specified resource into the Dockerfile build process. |