Bug 2151833
| Summary: | no matching manifest for linux/amd64 in the manifest list entries | ||
|---|---|---|---|
| Product: | [Fedora] Fedora Container Images | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | base | Assignee: | Clement Verna <clems.verna> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adrian, carlos.sepulveda, jaruga, jpazdziora, kevin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-08 20:56:24 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
Jan Pazdziora (Red Hat)
2022-12-08 09:20:47 UTC
Yes our images build are broken except for rawhide aarch64 that seems to work from time to time. Need to spend some time investigating the root cause of the build failures. More details here https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/FSCCXXQKCLKO2LUO5E72QE6XQKNDUYN7/ Thanks for the quick info. Would it make sense to only push new images when builds on all architectures passed? IOW, decouple any build issues from availability of use of existing, already published images. This is the case for all the releases except rawhide, where it is expected for builds to be failing more regularly. This is now fixed [cverna@localhost] $ podman pull registry.fedoraproject.org/fedora:rawhide Trying to pull registry.fedoraproject.org/fedora:rawhide... Getting image source signatures Copying blob 5e41d495e700 done Copying config 3277db395a done Writing manifest to image destination Storing signatures 3277db395a47825d096612f824a06ee95c5d4b7334d3f8b09eac76c1072f8707 I still see errors with this container image: $ podman pull registry.fedoraproject.org/fedora:rawhide Trying to pull registry.fedoraproject.org/fedora:rawhide... Error: choosing an image from manifest list docker://registry.fedoraproject.org/fedora:rawhide: no image found in manifest list for architecture amd64, variant "", OS linux Hum indeed, this should be fixed now. Our upload script needed a small fix --> https://pagure.io/releng/pull-request/11179# It is fixed now for me. Thanks. |