Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit: no progress messages when remote #19947

Closed
edsantiago opened this issue Sep 12, 2023 · 3 comments · Fixed by #20377
Closed

commit: no progress messages when remote #19947

edsantiago opened this issue Sep 12, 2023 · 3 comments · Fixed by #20377
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote

Comments

@edsantiago
Copy link
Member

podman commit does not emit user-visible progress messages:

$ podman run --name c quay.io/libpod/testimage:20221018 true 
$ bin/podman-remote commit c i-remote
66564a71395dbe909d6945363ab0a8b6f1f25141f83239a396fdcc988692b51b

Expected (on stderr):

Getting image source signatures
Copying blob 7b378ec3d3ca skipped: already exists  
Copying blob 5f70bf18a086 skipped: already exists  
Copying blob 0e7e062a6ade done   | 
Copying config 66564a7139 done   | 
Writing manifest to image destination

These messages are displayed on the server end, which is not seen by humans.

podman pull manages to emit its "Trying to pull... Getting image source signatures ... Writing manifest" messages to the client's stderr, so this is not technically impossible. Maybe it's technically hard, and I'm okay with closing EWONTFIX, but I want it to be a deliberate, documented decision.

@edsantiago edsantiago added the remote Problem is in podman-remote label Sep 12, 2023
@rhatdan
Copy link
Member

rhatdan commented Sep 12, 2023

Yes I agree these messages should be sent over the the client side if at all possible.

@edsantiago
Copy link
Member Author

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

rhatdan added a commit to rhatdan/podman that referenced this issue Nov 1, 2023
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Feb 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants