ContainerBuildOptionsCallbackContext
Handle
interface ContainerBuildOptionsCallbackContext { readonly cancellationToken: cancellationToken; destination: ContainerImageDestination; readonly executionContext: DistributedApplicationExecutionContext; imageFormat: ContainerImageFormat; localImageName: string; localImageTag: string; readonly logger: ILogger; outputPath: string; readonly resource: IResource; readonly services: IServiceProvider; targetPlatform: ContainerTargetPlatform;}17 members
Properties
property
cancellationTokencancellationTokengetGets the cancellation token.
property
destinationContainerImageDestinationget · setGets or sets the destination for the container image.
property
executionContextDistributedApplicationExecutionContextgetGets the distributed application execution context.
property
imageFormatContainerImageFormatget · setGets or sets the container image format.
property
localImageNamestringget · setGets or sets the local image name for the built container.
property
localImageTagstringget · setGets or sets the local image tag for the built container.
property
loggerILoggergetGets the logger instance.
property
outputPathstringget · setGets or sets the output path for the container archive.
property
resourceIResourcegetGets the resource being built.
property
servicesIServiceProvidergetGets the service provider.
property
targetPlatformContainerTargetPlatformget · setGets or sets the target platform for the container.