diff --git a/modules/update-service-graph-data.adoc b/modules/update-service-graph-data.adoc index f1e5e4ba13..0c185f110c 100644 --- a/modules/update-service-graph-data.adoc +++ b/modules/update-service-graph-data.adoc @@ -23,9 +23,14 @@ CMD exec /bin/bash -c "tar xvzf cincinnati-graph-data.tar.gz -C /var/lib/cincinn $ podman build -f ./Dockerfile -t registry.example.com/openshift/graph-data:latest ---- -. 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`: +. 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`: + [source,terminal] ---- $ podman push registry.example.com/openshift/graph-data:latest ---- ++ +[NOTE] +==== +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. +====