Share via


BuildContext interface

Configuration settings for Docker build context

Properties

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. <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />

dockerfilePath

Path to the Dockerfile in the build context. <seealso href="https://docs.docker.com/engine/reference/builder/" />

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. <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />

contextUri: string

Property Value

string

dockerfilePath

Path to the Dockerfile in the build context. <seealso href="https://docs.docker.com/engine/reference/builder/" />

dockerfilePath?: string

Property Value

string