1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/update-image-stream-to-multi-arch.adoc
2025-02-17 13:02:54 +00:00

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'
----