Skip to content
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

Fix docker credentials output #9544

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Fix docker credentials output #9544

merged 2 commits into from
Nov 19, 2024

Conversation

eddumelendez
Copy link
Member

In #8007, docker credentials stdout and stderr are separated and
stderr has been used to display error messages. However, docker
credentials writes error messages to stdout. This commit, read the
process execution exit value for better handling and read stdout
for error messages.

Fixes #9478

In #8007, docker credentials stdout and stderr are separated and
stderr has been used to display error messages. However, docker
credentials writes error messages to stdout. This commit, read the
process execution exit value for better handling and read stdout
for error messages.

Fixes #9478
@eddumelendez eddumelendez requested a review from a team as a code owner November 19, 2024 19:24
@eddumelendez eddumelendez added this to the next milestone Nov 19, 2024
@eddumelendez eddumelendez merged commit 964c6e6 into main Nov 19, 2024
105 checks passed
@eddumelendez eddumelendez deleted the gh-9478 branch November 19, 2024 21:06
eddumelendez added a commit that referenced this pull request Nov 20, 2024
In #9544, proper process execution handling was introduced in order
to manage error messages correctly.
eddumelendez added a commit that referenced this pull request Nov 20, 2024
In #9544, proper process execution handling was introduced in order
to manage error messages correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant