V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginComponentsItemsImageDockerfile
June 1, 2022 ยท View on GitHub
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 | V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginComponentsItemsImageDockerfileDevfileRegistry | [optional] | |
| git | V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginComponentsItemsImageDockerfileGit | [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] |