Skip to content

Commit 2eff15f

Browse files
Implemented peer review comments
1 parent ba304a3 commit 2eff15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/update-service-graph-data.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CMD exec /bin/bash -c "tar xvzf cincinnati-graph-data.tar.gz -C /var/lib/cincinn
2323
$ podman build -f ./Dockerfile -t registry.example.com/openshift/graph-data:latest
2424
----
2525

26-
. Push the graph-data container image created in the above step to a repository that is accessible to the OpenShift Update Service, for example, `registry.example.com/openshift/graph-data:latest`:
26+
. Push the graph-data container image created in the previous step to a repository that is accessible to the OpenShift Update Service, for example, `registry.example.com/openshift/graph-data:latest`:
2727
+
2828
[source,terminal]
2929
----
@@ -32,5 +32,5 @@ $ podman push registry.example.com/openshift/graph-data:latest
3232
+
3333
[NOTE]
3434
====
35-
For pushing a graph data image to a local registry in a restricted network, copy the graph-data container image created in the previous step to a repository that is accessible to the OpenShift Update Service. You can run `oc image mirror --help` for available options.
35+
To push a graph data image to a local registry in a restricted network, copy the graph-data container image created in the previous step to a repository that is accessible to the OpenShift Update Service. Run `oc image mirror --help` for available options.
3636
====

0 commit comments

Comments
 (0)