rainbond icon indicating copy to clipboard operation
rainbond copied to clipboard

Feature: Show more log about build errors for dockerfile

Open zzzhangqi opened this issue 3 years ago • 1 comments

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.

zzzhangqi avatar Apr 30 '22 18:04 zzzhangqi

#1176

zzzhangqi avatar Apr 30 '22 19:04 zzzhangqi

Merged: https://github.com/goodrain/rainbond/pull/1211

yangkaa avatar Aug 31 '22 05:08 yangkaa