Skip to content

Commit a8843b2

Browse files
proc_stage-2-install-a-devfile-registry-to-a-cluster.adoc revisions made.
Signed-off-by: Michael Valdron <[email protected]>
1 parent f355285 commit a8843b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/user-guide/partials/proc_stage-2-install-a-devfile-registry-to-a-cluster.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[id="stage-2-install-a-devfile-registry-to-a-cluster_{context}"]
22
== Stage 2: Install a Devfile Registry to a cluster
33

4-
The main goal of this stage (on top of the existing devfile registry install mechanism) is to install the images to the image registry.
4+
In this stage, install the images to the offline image registry.
55

66
.Prerequisites
77

8-
* Docker 17.05 or higher / Podman 4.0.x or higher
8+
* Docker 17.05 or higher or Podman 4.0.x or higher
99
* OpenShift Container Platform 4.6 or higher
1010

1111
=== Install Image into Cluster Image Registry
1212

13-
The process of installing the built images into an offline image registry will depend on which image registry has deployed / has access to.
13+
The process of installing the built images into an offline image registry depends on which image registry has deployed and which image registry you have access to.
1414

1515
.Procedure
1616

1717
. OpenShift Image Registry
1818
+
19-
Retag image using the form `<registry_ip>:<port>/<project>/<image>`. This can be done using `docker tag` or `podman tag`:
19+
Use the `docker tag` or the `podman tag` to retag the image using the form `<registry_ip>:<port>/<project>/<image>`:
2020
+
2121
[source,bash]
2222
----
2323
podman tag localhost/devfile-index <registry_ip>:<port>/<project>/devfile-index
2424
----
2525
+
26-
Now you can push the retagged image to the OpenShift Image Registry at `<registry_ip>:<port>` by using `docker push` or `podman push`:
26+
Use the `docker push` or `podman push` to push the retagged image to the OpenShift Image Registry at `<registry_ip>:<port>`:
2727
+
2828
[source,bash]
2929
----

0 commit comments

Comments
 (0)