DockerImageResponse

data class DockerImageResponse(val dockerImageUri: String, val dockerSpecificationType: String, val platform: DockerImagePlatformResponse? = null)

Class to represent configuration settings for Docker Build

Constructors

Link copied to clipboard
constructor(dockerImageUri: String, dockerSpecificationType: String, platform: DockerImagePlatformResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Image name of a custom base image.

Link copied to clipboard

Enum to determine docker specification type. Must be either Build or Image. Expected value is 'Image'.

Link copied to clipboard

The platform information of the docker image.