Docker incompatbility: status message on streamed push #12468
Labels
HTTP API
Bug is in RESTful API
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
Different status string formatting for the compat API than in Docker.
Steps to reproduce the issue:
When using the compat API to push an image, podman responds with a status like this:
However, Docker responds with
This caused a bug in production software that assumed
size:
is included too.If you think API differences like this are out of scope for Podman, please close as invalid and I'll stop reporting them.
Describe the results you received:
The
status
field has nosize:
.Describe the results you expected:
The status field contains
size: 1234
, like in Docker.Output of
podman version
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes, same code in HEAD.
The text was updated successfully, but these errors were encountered: