From f583db3f6bddb607a8efe5763721eb32605a8c04 Mon Sep 17 00:00:00 2001 From: Shubha Narayanan Date: Mon, 22 Nov 2021 18:03:44 +0530 Subject: [PATCH 1/2] Added a note for restricted network for graph data image push --- modules/update-service-graph-data.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/update-service-graph-data.adoc b/modules/update-service-graph-data.adoc index f1e5e4ba13..856e41c83e 100644 --- a/modules/update-service-graph-data.adoc +++ b/modules/update-service-graph-data.adoc @@ -29,3 +29,8 @@ $ podman build -f ./Dockerfile -t registry.example.com/openshift/graph-data:late ---- $ podman push registry.example.com/openshift/graph-data:latest ---- ++ +[NOTE] +==== +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. +==== From 37eb23c6fbb7a0712b587756a29c5cb61c725417 Mon Sep 17 00:00:00 2001 From: Shubha Narayanan Date: Thu, 25 Nov 2021 16:40:51 +0530 Subject: [PATCH 2/2] Implemented peer review comments --- modules/update-service-graph-data.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/update-service-graph-data.adoc b/modules/update-service-graph-data.adoc index 856e41c83e..0c185f110c 100644 --- a/modules/update-service-graph-data.adoc +++ b/modules/update-service-graph-data.adoc @@ -23,7 +23,7 @@ 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] ---- @@ -32,5 +32,5 @@ $ podman push registry.example.com/openshift/graph-data:latest + [NOTE] ==== -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. +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. ====