mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
837 B
Plaintext
20 lines
837 B
Plaintext
// Module included in the following assemblies:
|
|
// * openshift_images/image-streams-managing.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="images-imagestream-periodic-import-list_{context}"]
|
|
= Configuring periodic importing of manifest lists
|
|
|
|
[role="_abstract"]
|
|
To maintain up-to-date image references for complex, multi-architecture images, configure periodic importing of manifest lists. To periodically re-import a manifest list, you can use the `--scheduled` flag, ensuring your image stream tracks the latest versions from external registries.
|
|
|
|
.Procedure
|
|
|
|
* Set the image stream to periodically update the manifest list by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc import-image <multiarch-image-stream-tag> --from=<registry>/<project_name>/<image-name> \
|
|
--import-mode='PreserveOriginal' --scheduled=true
|
|
----
|