BuildContextResponse

data class BuildContextResponse(val contextUri: String, val dockerfilePath: String? = null)

Configuration settings for Docker build context

Constructors

Link copied to clipboard
constructor(contextUri: String, dockerfilePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.

Link copied to clipboard
val dockerfilePath: String? = null

Path to the Dockerfile in the build context.