-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
podman --remote build --quiet outputs containers build's stderr ouput in client's stdout #14315
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
@Romain-Geissler-1A Docker API suppress step errors when |
flouthoc
added a commit
to flouthoc/podman
that referenced
this issue
May 23, 2022
Match with docker API and suppress step errors when field quiet is set. Closes: containers#14315 Signed-off-by: Aditya R <[email protected]>
Romain-Geissler-1A
pushed a commit
to Romain-Geissler-1A/podman
that referenced
this issue
May 24, 2022
Match with docker API and suppress step errors when field quiet is set. Closes: containers#14315 Signed-off-by: Aditya R <[email protected]>
cdoern
pushed a commit
to cdoern/podman
that referenced
this issue
May 27, 2022
Match with docker API and suppress step errors when field quiet is set. Closes: containers#14315 Signed-off-by: Aditya R <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Jun 14, 2022
Match with docker API and suppress step errors when field quiet is set. Closes: containers#14315 Signed-off-by: Aditya R <[email protected]>
TomSweeneyRedHat
pushed a commit
to TomSweeneyRedHat/podman
that referenced
this issue
Sep 1, 2022
Match with docker API and suppress step errors when field quiet is set. Closes: containers#14315 Signed-off-by: Aditya R <[email protected]> Signed-off-by: tomsweeneyredhat <[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
When using a remote client, it seems that anything logged in stderr when building the container is being logged to the stdout of the client, even if --quiet was used. This result in an unuseable container image id. Note that without using a remote client, it works as expected (stderr of the container is logged in the stderr stream of the client)
Steps to reproduce the issue:
Tested from a
quay.io/podman/upstream
image run with privileged mode:Describe the results you received:
stdout is corrupted in remote mode.
Describe the results you expected:
stdout should contain only the final built image id.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:The text was updated successfully, but these errors were encountered: