Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 606 Bytes

V220DevfileParentComponentsItemsImageDockerfileGitCheckoutFrom.md

File metadata and controls

14 lines (7 loc) · 606 Bytes

V220DevfileParentComponentsItemsImageDockerfileGitCheckoutFrom

Defines from what the project should be checked out. Required if there are more than one remote configured

Properties

Name Type Description Notes
remote String The remote name should be used as init. Required if there are more than one remote configured [optional]
revision String The revision to checkout from. Should be branch name, tag or commit id. Default branch is used if missing or specified revision is not found. [optional]