1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #103967 from openshift-cherrypick-robot/cherry-pick-103549-to-enterprise-4.21

[enterprise-4.21] OSDOCS#14478: Fix oc-mirror command syntax
This commit is contained in:
Michael Peter
2025-12-16 09:57:58 -05:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ When deleting images, specify the correct workspace directory. Modify or delete
+
[source,terminal]
----
$ oc mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/working-dir/delete/delete-images.yaml docker://<remote_registry>
$ oc-mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/working-dir/delete/delete-images.yaml docker://<remote_registry>
----
+
where:
@@ -86,4 +86,4 @@ where:
[IMPORTANT]
====
When using the mirror-to-mirror method to mirror images, images are not cached locally, so you cannot delete images from a local cache.
====
====