BuildContext interface
Configuration settings for Docker build context
Properties
context |
[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. |
dockerfile |
Path to the Dockerfile in the build context. |
Property Details
contextUri
[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.
contextUri: string
Property Value
string
dockerfilePath
Path to the Dockerfile in the build context.
dockerfilePath?: string
Property Value
string