Skip to content

Commit 729d96d

Browse files
committed
RHDEVDOCS-3108: Document the integrated import flow
1 parent f544f38 commit 729d96d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ The following procedure walks you through the *From Git* option in the *Develope
1515
* *Context Dir* to specify the subdirectory for the application source code you want to use to build the application.
1616
* *Source Secret* to create a *Secret Name* with credentials for pulling your source code from a private repository.
1717

18-
. In the *Builder* section, after the URL is validated, an appropriate builder image is detected, indicated by a star, and automatically selected. For the `https://github.com/sclorg/nodejs-ex` Git URL, the Node.js builder image is selected by default. If a builder image is not auto-detected, select a builder image. If required, you can change the version using the *Builder Image Version* drop-down list.
18+
. Optional: You can import a devfile, a Dockerfile, or a builder image through your Git repository to further customize your deployment.
19+
* If your Git repository contains a devfile, a Dockerfile, or a builder image, it is automatically detected and populated on the respective path fields. If a devfile, a Dockerfile, and a builder image are detected in the same repository, the devfile is selected by default.
20+
* To edit the file import type and select a different strategy, click *Edit import strategy* option.
21+
* If multiple devfiles, Dockerfiles, or builder images are detected, to import a specific devfile, Dockerfile, or a builder image, specify the respective paths relative to the context directory.
22+
23+
. After the Git URL is validated, the recommended builder image is selected and marked with a star. If the builder image is not auto-detected, select a builder image. For the `https://github.com/sclorg/nodejs-ex` Git URL, by default the Node.js builder image is selected.
24+
.. Optional: Use the *Builder Image Version* drop-down to specify a version.
25+
.. Optional: Use the *Edit import strategy* to select a different strategy.
1926

2027
. In the *General* section:
2128
.. In the *Application* field, enter a unique name for the application grouping, for example, `myapp`. Ensure that the application name is unique in a namespace.

0 commit comments

Comments
 (0)