Bug 1831698
| Summary: | oc adm catalog build fails due to multiarch images | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Andrew Bays <abays> |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> |
| OLM sub component: | OLM | QA Contact: | Jian Zhang <jiazha> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | low | ||
| Priority: | medium | CC: | aos-bugs, ecordell, fbrychta, jokerman, mfojtik |
| Version: | 4.3.z | ||
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: should indicate that we should use `--filter-by-os` on `oc adm catalog mirror`
Consequence: Not setting this field will cause mirroring to fail, now that the base image is multi arch
Fix: Add `--filter-by-os` in the examples for mirroring (`=linux/amd64` is a reasonable default to show)
Result:
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-28 11:53:30 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: | |||
|
Description
Andrew Bays
2020-05-05 14:00:56 UTC
Mentioned in the doc text, but a workaround for now is to set `--filter-by-os="linux/amd64"` when running `oc adm catalog build` (or the target arch if not linux/amd64) *** Bug 1832151 has been marked as a duplicate of this bug. *** The attached PR provides defaults for this flag, so it should only be needed if targeting a lesser-used arch. |