podman push doesn't show status bars when using podman machine #13532
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
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 feature
Description
podman push
(as well as other commands) do not show status output when run with a remote ssh connection. Specifically, I am on Mac using podman machine and podman v4.0.2.Steps to reproduce the issue:
Describe the results you received:
The output of
podman push
from my local machine:There is no output, but it takes quite some time to complete for my 1GB+ image.
If I use
podman machine ssh
, the command shows status output, with status bars along the way even:Describe the results you expected:
podman push <image>
should show the same output using the local instance as it does when ssh-ed into the podman machine.I suspect this has something to do with the ssh connection to the podman socket on the VM.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: