1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #39269 from openshift-cherrypick-robot/cherry-pick-39096-to-enterprise-4.10

[enterprise-4.10] BZ2012651: Push graph data image in restricted network
This commit is contained in:
Vikram Goyal
2021-11-25 21:43:02 +10:00
committed by GitHub

View File

@@ -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.
====