-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
feat!: build log writer for container request #2925
Conversation
❌ Deploy Preview for testcontainers-go failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR, have done a first pass with some questions and suggestions.
Thanks for the comments, I answered them, if there are no objections in this variant, I will make a new commit |
Go for it and will re-review once the changes are in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good kicked off checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks both for your work during the review, great OSS colaboration 🙇
Thanks for the review and quick feedback |
What does this PR do?
It adds the ability to configure the output of logs of docker image build from Dockerfile.
Why is it important?
Now, there are two options for displaying logs of docker image build from Dockerfile: completely disable the output, however, it may contain useful information in case of problems, output to stderr, but the log may be large and clog up the output.
Related issues
How to test this PR
I have added a test for changes.