Skip to content

Commit e08e2c2

Browse files
authored
Merge pull request #41123 from kcarmichael08/bz2046589
bz2046589: Fix inconsistency with mirror registry language
2 parents 935da8a + a51a69f commit e08e2c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $ REMOVABLE_MEDIA_PATH=<path> <1>
124124
----
125125
<1> Specify the full path, including the initial forward slash (/) character.
126126

127-
. Mirror the version images to the internal container registry:
127+
. Mirror the version images to the mirror registry:
128128
** If your mirror host does not have internet access, take the following actions:
129129
... Connect the removable media to a system that is connected to the internet.
130130
... Review the images and configuration manifests to mirror:

modules/update-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ REMOVABLE_MEDIA_PATH=<path> <1>
9595
----
9696
$ oc adm release mirror -a ${LOCAL_SECRET_JSON} --to-dir=${REMOVABLE_MEDIA_PATH}/mirror quay.io/${PRODUCT_REPO}/${RELEASE_NAME}:${OCP_RELEASE}-${ARCHITECTURE} --dry-run
9797
----
98-
. Mirror the version images to the internal container registry.
98+
. Mirror the version images to the mirror registry.
9999
** If your mirror host does not have internet access, take the following actions:
100100
... Connect the removable media to a system that is connected to the internet.
101101
... Mirror the images and configuration manifests to a directory on the removable media:

modules/update-service-mirror-release.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ REMOVABLE_MEDIA_PATH=<path> <1>
119119
----
120120
<1> Specify the full path, including the initial forward slash (`/`) character.
121121

122-
. Mirror the version images to the internal container registry:
122+
. Mirror the version images to the mirror registry:
123123
** If your mirror host does not have internet access, take the following actions:
124124
... Connect the removable media to a system that is connected to the internet.
125125
... Review the images and configuration manifests to mirror:

0 commit comments

Comments
 (0)