Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support quiet build #278

Closed
briceburg opened this issue Jan 2, 2025 · 1 comment
Closed

Support quiet build #278

briceburg opened this issue Jan 2, 2025 · 1 comment

Comments

@briceburg
Copy link

Description

Is it possible to perform a quiet build (e.g. docker buildx bake --progress=quiet) to keep log lines down? I don't see a way to bass arbitrary bake flags. Thanks!

@briceburg briceburg added kind/enhancement New feature or request status/triage labels Jan 2, 2025
@crazy-max
Copy link
Member

crazy-max commented Jan 8, 2025

You can set the BUILDKIT_PROGRESS env var to quiet: https://docs.docker.com/build/building/variables/#buildkit_progress

      -
        name: Build and push
        uses: docker/bake-action@v6
        with:
          push: true
          set: |
            *.tags=user/app:latest
        env:
          BUILDKIT_PROGRESS: quiet

@dvdksn I don't see quiet defined in our docs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants