-
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
Missing info in body for Docker APIv2 push endpoint #9277
Comments
I would like to at least receive digest. |
Not sure if this is a bug or a feature? |
@rhatdan neither am I. I am not sure whether this is mandatory of just for user convenience (progress displaying). However docker does output it. Unfortunately one of our tools relies on fact that output contains I am already looking into fix. For |
Interested in opening a PR for this? |
I will, but there is a dependency on another PR of mine. I'll create PR for this once the other PR is merged. |
And the same problem just for pull endpoint #7857 |
A friendly reminder that this issue had no activity for 30 days. |
Looks like this has been fixed in the main branch. |
Podman returns 200 and empty body upon successful push.
Docker however returns 200 and non empty body.
The body looks like:
The text was updated successfully, but these errors were encountered: