DockerfileBuilderCallbackContext
Handle
interface DockerfileBuilderCallbackContext { readonly builder: DockerfileBuilder; readonly cancellationToken: cancellationToken; readonly resource: IResource; readonly services: IServiceProvider;}Properties
property
builder DockerfileBuilder get Gets the Builder property
property
cancellationToken cancellationToken get Gets the CancellationToken property
property
resource IResource get Gets the Resource property
property
services IServiceProvider get Gets the Services property