Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 906 Bytes

V1alpha2DevWorkspaceSpecTemplateComponentsItemsPluginComponentsItemsImageDockerfileGit.md

File metadata and controls

15 lines (8 loc) · 906 Bytes

V1alpha2DevWorkspaceSpecTemplateComponentsItemsPluginComponentsItemsImageDockerfileGit

Dockerfile's Git source

Properties

Name Type Description Notes
checkoutFrom V1alpha2DevWorkspaceSpecTemplateComponentsItemsPluginComponentsItemsImageDockerfileGitCheckoutFrom [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. [optional]