-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
remote push gives no output #14971
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.
Comments
Also happens with Podman v4.1.1. I wonder how/why we did not catch that in CI. |
This is separate from progress bars, yes? Printing a digest? |
This is a separate issue. There is no output at all at the moment but it should print the |
I'll tackle this one now. |
vrothberg
added a commit
to vrothberg/libpod
that referenced
this issue
Jul 21, 2022
`podman-remote push` has shown absolutely no progress at all. Fix that by doing essentially the same as the remote-pull code does. The get-free-out-of-jail-card for backwards compatibility is to let the `quiet` parameter default to true. Since the --quioet flag wasn't working before either, older Podman clients do not set it. Also add regression tests to make sure we won't regress again. Fixes: containers#11554 Fixes: containers#14971 Signed-off-by: Valentin Rothberg <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Jul 26, 2022
`podman-remote push` has shown absolutely no progress at all. Fix that by doing essentially the same as the remote-pull code does. The get-free-out-of-jail-card for backwards compatibility is to let the `quiet` parameter default to true. Since the --quioet flag wasn't working before either, older Podman clients do not set it. Also add regression tests to make sure we won't regress again. Fixes: containers#11554 Fixes: containers#14971 Signed-off-by: Valentin Rothberg <[email protected]>
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
Sep 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
podman-remote
push does not print any output.Steps to reproduce the issue:
Describe the results you received:
No output.
Describe the results you expected:
Output.
@containers/podman-maintainers let's fix this before the v4.2 release.
The text was updated successfully, but these errors were encountered: