docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.11k stars 527 forks source link

Plain output for buildx ? #1014

Closed azr closed 7 months ago

azr commented 7 months ago

Description

Howdy ! Sometimes, when building with buildx + buildkit, things fail, but the output of the things happening in the docker build will be clipped, which can make it hard to know what happened from the build logs.

I'm proposing to add way to a --progress plain option to a build.

Either by passing a map of argvs, or by adding a new option.

Thanks !

Edit: I can do it if you'd like.

azr commented 7 months ago

Ah, wait, the BUILDKIT_PROGRESS variable could be used for this, nvm.