From 4e0469f5fef0d311788e495a35b93e4e79444625 Mon Sep 17 00:00:00 2001 From: Kathryn Alexander Date: Wed, 29 Jan 2020 16:43:28 -0500 Subject: [PATCH] fixing release version syntax --- modules/installation-mirror-repository.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.