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/how-to-guides/Import-code/proc_importing_code.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ For more information about devfile contents requirements, see the "What is outer
216
216
217
217
=== Creating a Red Hat Container Registry token
218
218
219
-
After importing your code, configure a Red Hat Container Registry token to improve your application-building experience. You can access this token by creating Red Hat registry service accounts. The registry service accounts enable you to retrieve content from registry.redhat.io. Registry.redhat.io helps you manage the automation of your applications.
219
+
After importing your code, configure a Red Hat Container Registry token to improve your application-building experience. You can access this token by creating Red Hat registry service accounts. The registry service accounts enable you to retrieve content from *registry.redhat.io*. *Registry.redhat.io* helps you manage the automation of your applications.
220
220
221
221
.Procedure
222
222
@@ -240,7 +240,7 @@ Create the Red Hat Container Registry token by following these steps:
240
240
241
241
=== Configuring your application to use a Red Hat Container Registry token
242
242
243
-
After creating the Red Hat Container Registry token, include the token in your application. When you application includes the Red Hat Container Registry token, you can access registry.redhat.io which improves your automation.
243
+
After creating the Red Hat Container Registry token, include the token in your application. When you application includes the Red Hat Container Registry token, you can access *registry.redhat.io* which improves your automation.
244
244
245
245
.Procedure
246
246
@@ -249,5 +249,10 @@ After creating the Red Hat Container Registry token, include the token in your a
249
249
. In the *Create new build secret* modal, add the *registry.redhat.io* token that you want to use as a pull secret:
250
250
.. In the *Key* field, enter *.dockerconfigjson*.
251
251
.. In the *Select or Enter Name* field, enter *registry-redhat.io*.
252
-
.. Enter the Registry Service account token and click *Create*.
253
-
.. From your command line, run the `oc secrets link appstudio-pipeline registry-redhat-io` command.
252
+
.. Enter the registry service account token and click *Create*.
253
+
.. From your command line, run the `oc secrets link appstudio-pipeline registry-redhat-io` command.
254
+
255
+
[role="_additional-resources"]
256
+
.Additional resources
257
+
258
+
For information about importing and configuring code to {ProductName} using the CLI, see link:https://redhat-appstudio.github.io/docs.appstudio.io/Documentation/main/getting-started/getting_started_in_cli/#getting-started-in-the-cli[Getting started in the CLI].
0 commit comments