Bug 1807807
| Summary: | oc image mirror --from-dir does not override --dir | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Paul Weil <pweil> | |
| Component: | oc | Assignee: | Paul Weil <pweil> | |
| Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.3.0 | CC: | aos-bugs, glennsa, jmalde, jokerman, mfojtik | |
| Target Milestone: | --- | |||
| Target Release: | 4.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause: Complete gives error error: you must specify at least one source image to pull and the destination to push to as SRC=DST or SRC DST [DST2 DST3 ...] if only --from-dir is specified even though it is supposed to override --dir.
Consequence: --from-dir does not override --dir
Fix: --from-dir overrides --dir
Result: --from-dir overrides --dir as explained in help
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1807810 (view as bug list) | Environment: | ||
| Last Closed: | 2020-07-13 17:21:42 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1807810 | |||
Test with oc client 4.5.0-202003100316-ed0e664, and passed $./oc version Client Version: 4.5.0-202003100316-ed0e664 Server Version: 4.5.0-0.nightly-2020-03-11-214319 Kubernetes Version: v1.17.1 $./oc adm release mirror registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-03-11-230807 --to-dir=bz1807807 $./oc image mirror --from-dir=bz1807807 'file://openshift/release:4.5.0-0.nightly-2020-03-11-230807*' vsphere.mirror-registry.qe.devcluster.openshift.com:5000/xiuwang Could mirror image successfully from dir without error. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |
Description of problem: Complete gives error error: you must specify at least one source image to pull and the destination to push to as SRC=DST or SRC DST [DST2 DST3 ...] if only --from-dir is specified even though it is supposed to override --dir. How reproducible: Always Steps to Reproduce: 1. mirror a release to a directory using 'release mirror' command 2. attempt to mirror the directory back to a registry with 'image mirror' command specifying --from-dir (do not speicfy --dir) ./oc image mirror -a ${LOCAL_SECRET_JSON} --from-dir=/tmp/mirror-file file://openshift/release:4.3.3* ${LOCAL_REGISTRY}/ocp-4.3 Actual results: error: you must specify at least one source image to pull and the destination to push to as SRC=DST or SRC DST [DST2 DST3 ...] Expected results: directory mirrors to registry