Failing image build not reported to Docker client through podman API service #12392
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
Building an image from an invalid Docker file using docker client through podman API service, should return an error code.
Steps to reproduce the issue:
Dockerfile
using the podman listening socket:Describe the results you received:
No error is reported and it looks like the build was ok (rc=0).
Describe the results you expected:
Comparing with Docker:
Comparing with Podman:
(Different return code but reports an error occured)
Comparing with podman remote
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Built this morning with latest commit
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):N/A built from source
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: