mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
// Snippet included in the following assemblies:
|
|
//
|
|
// * updating/updating_a_cluster/migrating-from-x86-to-arm64-cp.adoc
|
|
// * openshift_images/images-imagestream-specify-architecture.adoc
|
|
|
|
:_mod-docs-content-type: SNIPPET
|
|
[source,terminal]
|
|
----
|
|
$ oc import-image <multiarch_image_stream_tag> --from=<registry>/<project_name>/<image_name> \
|
|
--import-mode='PreserveOriginal'
|
|
----
|