You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/getting-started/index.adoc
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Every great app needs a name – add yours!
19
19
20
20
=== Choosing a bundled sample
21
21
22
-
. Click *Start with a sample*.
23
-
. Choose one of the following options:
22
+
Scroll to the section *Select a sample* and choose one of the following options:
23
+
24
24
* Node.js
25
25
* Quarkus
26
26
* Spring Boot
@@ -56,19 +56,20 @@ Right now we support GitHub, but come back soon for other Git providers!
56
56
57
57
=== Importing the code from your forked repository
58
58
59
-
. Return to the app and go back to the *Select a sample* view.
60
-
. Click *Import your code*.
59
+
. Return to the app and scroll up to *Bring in your own code*.
61
60
. In *Git repo URL*, paste the URL that you copied in the previous section.
62
-
. Click *Next*.
61
+
. Click *Import code*.
63
62
64
63
=== Reviewing and configuring
65
-
We scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline.
64
+
We now scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline.
66
65
67
-
For now, select *Default*.
66
+
For now, leave the toggle set to *Default build pipeline*.
68
67
69
68
== Congrats!
70
69
71
-
Now click *Create* and we’ll start building your application. We build an image from the source code of this sample.
70
+
Now, scroll to the end of the page and click *Create application*. We build an image from the source code of this sample.
71
+
72
+
Congrats! You're done with the first steps!
72
73
73
74
== Next steps
74
75
@@ -107,40 +108,40 @@ Didn’t fork your repo? Fret not! You can also view your activity by pipeline r
107
108
108
109
To view your pipeline runs, go to the *Activity* tab and click *Pipeline runs*.
109
110
110
-
=== Adding an integration test
111
+
The following image shows the *Pipeline run details*.
111
112
112
-
An integration test is a pipeline that you set up in GitHub. When you add components, it tests each one individually, and then tests the application as a whole.
113
+
image::Pipeline-runs.png[View of an application's pipeline runs. Multiple tasks are depicted in a tree flow and the user can click on a task to view more details.]
113
114
114
-
To add an integration test, complete the following steps:
115
+
From the previous view, you can see tasks that you can run based on the pipeline definition while the image is being inspected. You can also click an individual task to see its details.
115
116
116
-
. Go to the *Integration tests* tab.
117
-
. Click *Add integration test*.
118
-
. Enter a name for your test, a path to the container image, and the name of the pipeline that you want to run.
119
-
. Click *Add integration test*.
117
+
=== Viewing your application route
120
118
121
-
=== Viewing your application route
119
+
You can find each component’s route in the *Components* tab, next to each component’s details.
122
120
123
-
You can find each component’s route in the *Components* tab, next to each component’s details:
121
+
=== Managing compliance with Enterprise Contract
122
+
The Enterprise Contract (EC) is an artifact verifier and customizable policy checker. You can use EC to keep your software supply chain secure and to ensure that container images comply with your organization’s policies.
124
123
125
124
////
126
-
image::modules/ROOT/images/View-application-route.png[The Components tab has a hyperlink called Route that opens the current component's route.]
125
+
For more information on this topic, go to [placeholder for Gaurav's topic]
127
126
////
128
127
129
-
=== Examining your integration test results
128
+
=== Deploying your app
129
+
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
130
130
131
-
You can view your test results in two different ways:
131
+
image::Environments.png[The Environments tab shows the type of your environment, its deployment strategy, the cluster type, the application status, the last deploy, and the applications deployed. In this example, the type is Default, the strategy is Automatic, the cluster type is OpenShift, the Application status is Missing, the Last deploy is -, and there are 3 applications deployed.]
132
132
133
-
* Go to the *Activity* tab and select *Pipeline runs*.
134
-
* View your integration test log output by selecting *Logs*:
133
+
An environment is a set of compute resources that you can use to develop, test, and stage your applications. There is a development environment included for you so that you can explore {ProductName}.
135
134
136
-
image::Logs_step2.png[In Activity after you select Pipeline runs, there is a tab called Logs.]
135
+
=== Examining your SBOM
137
136
138
-
=== Deploying your app
139
-
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
137
+
A software bill of materials (SBOM) is a list of all the software libraries that a component uses. You can run 'cosign' in your command line interface (CLI) to inspect the image SBOM.
138
+
139
+
For more information on this topic, go to xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc.
140
140
141
-
image::Environments.png[The Environments tab shows the type of your environment, its deployment strategy, the cluster type, the application status, the last deploy, and the applications deployed. In this example, the type is Default, the strategy is Automatic, the cluster type is OpenShift, the Application status is Missing, the Last deploy is -, and there are 3 applications deployed.]
142
141
143
-
An environment is a set of compute resources that you can use to develop, test, and stage your applications.
0 commit comments