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

Renames varients of the OpenShift internal image registry to OpenShift image registry

This commit is contained in:
Steven Smith
2023-04-10 16:58:19 -04:00
committed by openshift-cherrypick-robot
parent 946f8498c2
commit a3bc8d517c
71 changed files with 504 additions and 507 deletions

View File

@@ -12,7 +12,7 @@ After you push the `init` image to a cluster with a mirrored registry, you must
* Install `oc` on the client operating system.
* xref:../../../cli_reference/developer_cli_odo/installing-odo.adoc#installing-odo-on-linux_installing-odo[Install `{odo-title}`] on the client operating system.
* Access to an restricted cluster with a configured internal registry or a mirror registry.
* Access to an restricted cluster with a configured {product-registry} or a mirror registry.
* xref:../../../cli_reference/developer_cli_odo/using_odo_in_a_restricted_environment/pushing-the-odo-init-image-to-the-restricted-cluster-registry.adoc#pushing-the-odo-init-image-to-a-mirror-registry_pushing-the-odo-init-image-to-the-restricted-cluster-registry[Push the `odo` init image to your cluster registry].
include::modules/developer-cli-odo-mirroring-a-supported-builder-image.adoc[leveloffset=+1]

View File

@@ -6,13 +6,13 @@ include::_attributes/common-attributes.adoc[]
toc::[]
Depending on the configuration of your cluster and your operating system you can either push the `odo` init image to a mirror registry or directly to an internal registry.
Depending on the configuration of your cluster and your operating system you can either push the `odo` init image to a mirror registry or directly to an {product-registry}.
== Prerequisites
* Install `oc` on the client operating system.
* xref:../../../cli_reference/developer_cli_odo/installing-odo.adoc#installing-odo-on-linux_installing-odo[Install `{odo-title}`] on the client operating system.
* Access to a restricted cluster with a configured internal registry or a mirror registry.
* Access to a restricted cluster with a configured {product-registry} or a mirror registry.
include::modules/developer-cli-odo-pushing-the-odo-init-image-to-a-mirror-registry.adoc[leveloffset=+1]
include::modules/developer-cli-odo-pushing-the-odo-init-image-to-an-internal-registry-directly.adoc[leveloffset=+1]