Allows specifying dockerfile type build
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 | V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsImageDockerfileDevfileRegistry | [optional] | |
git | V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsImageDockerfileGit | [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] |