copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

`image.build` log sometimes swallows useful debug information

Open Lou1415926 opened this issue 2 years ago • 2 comments

thescreenshot

As shown in the screenshot, the image.build progress displayer occasionally erases logs that happen to be useful.

I think we can:

  • [ ] Fix this in the case where there are multiple image builds happening in parallel.
  • [x] When there is only one image to build, remove the rolling display.

Lou1415926 avatar Jul 11 '23 17:07 Lou1415926

We addressed the second item in v1.30.0, by removing the rolling display if there is only a single image to build.

dannyrandall avatar Aug 30 '23 21:08 dannyrandall

Coming back to this topic as it's rather frustrating to debug docker build errors when building in the pipeline with multiple images. Is there any way to display docker build errors on failure in the pipeline? Even a quick and dirty workaround for now would be good.

ryanc-scalegrowth avatar Jul 25 '24 22:07 ryanc-scalegrowth