diff --git a/modules/installation-mirror-repository.adoc b/modules/installation-mirror-repository.adoc index e67b7736902a..032e6953939e 100644 --- a/modules/installation-mirror-repository.adoc +++ b/modules/installation-mirror-repository.adoc @@ -21,7 +21,7 @@ Complete the following steps on the bastion host: . Review the link:https://access.redhat.com/downloads/content/290/[{product-title} downloads page] -to determine the version of {product-title} that you want to install. +to determine the version of {product-title} that you want to install and determine the corresponding tag on the link:https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags[Repository Tags] page. . Set the required environment variables: + @@ -33,8 +33,8 @@ $ export PRODUCT_REPO='openshift-release-dev' <4> $ export LOCAL_SECRET_JSON='' <5> $ export RELEASE_NAME="ocp-release" <6> ---- -<1> For ``, specify the version number of {product-title} to -install, such as `4.3.0`. +<1> For ``, specify the tag that corresponds to the version of {product-title} to +install for your architecture, such as `4.3.0-x86_64`. <2> For ``, specify the registry domain name for your mirror repository, and for ``, specify the port that it serves content on.