rainbond
rainbond copied to clipboard
Feature: Show more log about build errors for dockerfile
User feedback
Components build on dockerfile,In failure,Will only show the final build error report and exit.
For example:
The command '/bin/sh -c go mod vendor' returned a non-zero code: 1

In fact, it's just a network problem.
This will make it difficult for users to locate the problem.
Improve
Components build based on dockerfile show all build process logs.
#1176
Merged: https://github.com/goodrain/rainbond/pull/1211