Skip to content

Commit 73e0ee3

Browse files
OCPBUGS-32929:correcting a command
1 parent 1e91e8e commit 73e0ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ mirrored, extract it and pin it to the release:
225225
+
226226
[source,terminal]
227227
----
228-
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> \ --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}"
228+
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> \ --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}" --insecure=true
229229
----
230230
** If the local container registry is connected to the mirror host, run the following command:
231231
+

0 commit comments

Comments
 (0)