Skip to content

Commit ba304a3

Browse files
Added a note for restricted network for graph data image push
1 parent 15fe8ee commit ba304a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/update-service-graph-data.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ $ podman build -f ./Dockerfile -t registry.example.com/openshift/graph-data:late
2929
----
3030
$ podman push registry.example.com/openshift/graph-data:latest
3131
----
32+
+
33+
[NOTE]
34+
====
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.
36+
====

0 commit comments

Comments
 (0)