--quiet option not honored when building image with docker cli #12566
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
Running docker CLI against the podman service socket, the
--quiet
option fordocker build
is not honoured: in addition to the image ID, we have an additional line likeSuccessfully built e49ef0b54fd7
Steps to reproduce the issue:
Comparing the three output (docker, docker against podman-service, podman --remote)
Describe the results you received:
In the cases 1 and 3 the
--quiet
option is respected: we only get the built image ID. In case 2, an additional lineSuccessfully built e49ef0b54fd7
is added.Describe the results you expected:
Case 2 should be like cases 1 and 3.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:This morning built but also occurs on podman 3.4.3 from fedora package.
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):It occurs with dev HEAD but also with fedora 35 test package
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
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: