-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17
-
None
-
Important
-
None
-
False
-
Description of problem:
oc mirror delete command is incorrect. Current: ~~~ $ oc mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/delete/delete-images.yaml docker:/ <remote_registry> ~~~ Expected: ~~~ $ oc mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/working-dir/delete/delete-images.yaml docker://<remote_registry> ~~~ Link to docs preview: https://docs.openshift.com/container-platform/4.17/disconnected/mirroring/about-installing-oc-mirror-v2.html#oc-mirror-procedure-delete-v2_about-installing-oc-mirror-v2
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- is cloned by
-
OCPBUGS-44877 oc mirror delete command is incorrect in 4.17 OCP doc.
- New