ContainerImageBuildOptions Properties
Class Properties 5 members
Options for building container images.
Gets the container image format.
public ContainerImageFormat? ImageFormat { get; init; } Gets the name to assign to the built image.
public string? ImageName { get; init; } Gets the output path for the container archive.
public string? OutputPath { get; init; } Gets the tag to assign to the built image.
public string? Tag { get; init; } Gets the target platform for the container.
public ContainerTargetPlatform? TargetPlatform { get; init; }