Skip to content

Commit 4d36761

Browse files
Merge pull request #39096 from snarayan-redhat/BZ2012651_graphdata_copy
BZ2012651: Push graph data image in restricted network
2 parents 15fe8ee + 2eff15f commit 4d36761

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/update-service-graph-data.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ 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
----
3030
$ podman push registry.example.com/openshift/graph-data:latest
3131
----
32+
+
33+
[NOTE]
34+
====
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.
36+
====

0 commit comments

Comments
 (0)