Dockerfile's Git source
Name | Type | Description | Notes |
---|---|---|---|
checkoutFrom | V1alpha2DevWorkspaceSpecTemplateComponentsItemsImageDockerfileGitCheckoutFrom | [optional] | |
fileLocation | String | Location of the Dockerfile in the Git repository when using git as Dockerfile src. Defaults to Dockerfile. | [optional] |
remotes | Map<String, String> | The remotes map which should be initialized in the git project. Projects must have at least one remote configured while StarterProjects & Image Component's Git source can only have at most one remote configured. |