Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
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.
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