Docker Build Response
data class DockerBuildResponse(val context: String? = null, val dockerSpecificationType: String, val dockerfile: String, val platform: DockerImagePlatformResponse? = null)
Class to represent configuration settings for Docker Build
Constructors
Link copied to clipboard
constructor(context: String? = null, dockerSpecificationType: String, dockerfile: String, platform: DockerImagePlatformResponse? = null)