podman manifest inspect fails with Error: unable to load manifest list: unsupported format "application/vnd.docker.distribution.manifest.v2+json": manifest type not supported #12729
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The
podman manifest inspect
seems like a reasonable alternative to callingcurl
to get information about remote manifest lists and manifests. However, it sometimes fails witheven if it processes another manifest with the same format / type just fine.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Just display the manifest.
Since
sha256:90bd0861ab68bcd5af83f0dad80ddaa8ffff2a82cb45be05e7877e945b600047
wasapplication/vnd.docker.distribution.manifest.v2+json
as well, podman even WARNed about it, I don't see why the other manifest should cause that error.Additional information you deem important (e.g. issue happens only occasionally):
Deterministic.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
This is a physical machine.
The text was updated successfully, but these errors were encountered: