-
-
Notifications
You must be signed in to change notification settings - Fork 524
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: missing image build errors #2651
fix: missing image build errors #2651
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Failures look unrelated. |
Hey @stevenh this code LGTM. I'd like to merge it but first ask if you see it possible add a test demonstrating the new behaviour. Wdyt? |
Good call, I'll work on that. |
Ensure build errors are returned to the caller when PrintBuildLog is not set to true. DisplayJSONMessagesStream and JSONMessage.Display performs processing of the stream to catch command failures, so needs to always be called.
Ready to go @mdelapenya failure is the flakey test issue |
Actually scratch that, something strange is going on. I think I might be seeing false passes. |
Failures we're unrelated |
* main: fix: missing image build errors (#2651) test: fix image label test (#2689) chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible (#2682) chore: print Docker Info labels in banner (#2681) fix: incorrect parsing of exposedPorts in readiness check (#2658)
Ensure build errors are returned to the caller when PrintBuildLog is not set to true.
DisplayJSONMessagesStream and JSONMessage.Display performs processing of the stream to catch command failures, so needs to always be called.