Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions modules/installation-mirror-repository.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ to determine the version of {product-title} that you want to install and determi
. Set the required environment variables:
+
----
$ export OCP_RELEASE=<release_version> <1>
$ export LOCAL_REGISTRY='<local_registry_host_name>:<local_registry_host_port>' <2>
$ export LOCAL_REPOSITORY='<repository_name>' <3>
$ export PRODUCT_REPO='openshift-release-dev' <4>
$ export LOCAL_SECRET_JSON='<path_to_pull_secret>' <5>
$ export RELEASE_NAME="ocp-release" <6>
$ OCP_RELEASE=<release_version> <1>
$ LOCAL_REGISTRY='<local_registry_host_name>:<local_registry_host_port>' <2>
$ LOCAL_REPOSITORY='<repository_name>' <3>
$ PRODUCT_REPO='openshift-release-dev' <4>
$ LOCAL_SECRET_JSON='<path_to_pull_secret>' <5>
$ RELEASE_NAME="ocp-release" <6>
----
<1> For `<release_version>`, specify the tag that corresponds to the version of {product-title} to
install for your architecture, such as `4.4.0-x86_64`.
Expand Down