DockerfileBuilderCallbackContext
Handle
interface DockerfileBuilderCallbackContext { readonly builder: DockerfileBuilder; readonly cancellationToken: cancellationToken; readonly resource: IResource; readonly services: IServiceProvider;}Properties
property
builderDockerfileBuildergetGets the Dockerfile builder instance.
property
cancellationTokencancellationTokengetGets the cancellation token to observe while waiting for the task to complete.
property
resourceIResourcegetGets the resource being built.
property
servicesIServiceProvidergetGets the service provider for dependency injection.