Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.09 KB

V1alpha2DevWorkspaceSpecTemplateComponentsItemsImageDockerfile.md

File metadata and controls

18 lines (11 loc) · 1.09 KB

V1alpha2DevWorkspaceSpecTemplateComponentsItemsImageDockerfile

Allows specifying dockerfile type build

Properties

Name Type Description Notes
args List<String> The arguments to supply to the dockerfile build. [optional]
buildContext String Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container [optional]
devfileRegistry V1alpha2DevWorkspaceSpecTemplateComponentsItemsImageDockerfileDevfileRegistry [optional]
git V1alpha2DevWorkspaceSpecTemplateComponentsItemsImageDockerfileGit [optional]
rootRequired Boolean Specify if a privileged builder pod is required. Default value is `false` [optional]
uri String URI Reference of a Dockerfile. It can be a full URL or a relative URI from the current devfile as the base URI. [optional]