buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
171 stars 138 forks source link

Collapsed log output for builds #402

Closed chendo closed 6 months ago

chendo commented 1 year ago

I've implemented collapsed log output for Buildkit-enabled builds in my fork: https://github.com/chendo/docker-compose-buildkite-plugin/commit/0806a871e5d6c3268a4a21b20684968ddb06f471

This makes it easier to understand which part of the build is taking up time. It would be great to have this in the official plugin IMO.

image
deanpcmad commented 1 year ago

This looks great. Does it also prevent the truncation warning?

pzeballos commented 11 months ago

Interesting @chendo! we should probably test more scenarios before adding it to the plugin, and maybe as an option 🤔. Do you know how this would work if you disable buildkit?

toote commented 6 months ago

FYI: this enhancement has been incorporated as part of the major overhaul being done for the next major release (see #417)