podman manifest rm gives the error "tag not known" even though inspect works #14763
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Using podman 4.1.1 on macOS, I built a manifest list and I can inspect it, but trying to
podman manifest rm
it gives the error, "tag not known".Steps to reproduce the issue:
git clone https://github.com/IBM/containerdiag && cd containerdiag
podman build --platform linux/amd64,linux/arm64 --manifest localhost/containerdiag:testmanifest .
Describe the results you received:
tag not known
Describe the results you expected:
Manifest list deleted
Additional information you deem important (e.g. issue happens only occasionally):
With
--log-level=debug
:Output of
podman version
:podman version output
Output of
podman info --debug
:podman info --debug output
Package info (e.g. output of
rpm -q podman
orapt list podman
):brew info podman output
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
macOS information
The text was updated successfully, but these errors were encountered: