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

Add 'quiet' parameter to reduce noisy output #572

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

saschpe
Copy link

@saschpe saschpe commented Jun 27, 2022

Passes '--quiet' to docker build in order to reduce the build ouput
significantly.

Before this PR

The plugin pollutes the Gradle log too much, especially when multiple Gradle modules with containers are part of the same project.

After this PR

Less noise.

Possible downsides?

None, the flag is optional and off by default.

The first pull request went stale due to a lack of reviews (#445)

@changelog-app
Copy link

changelog-app bot commented Jun 27, 2022

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Add 'quiet' parameter to reduce noisy output

Passes '--quiet' to docker build in order to reduce the build ouput
significantly.

Before this PR

The plugin pollutes the Gradle log too much, especially when multiple Gradle modules with containers are part of the same project.

After this PR

Less noise.

Possible downsides?

None, the flag is optional and off by default.

The first pull request went stale due to a lack of reviews (#445)

Check the box to generate changelog(s)

  • Generate changelog entry

@saschpe
Copy link
Author

saschpe commented Jun 27, 2022

@fawind This has been hanging around for quite some time, maybe you could have a look? TIA.

Passes '--quiet' to docker build in order to reduce the build output
significantly. This otherwise pollutes the Gradle log too much. See
https://docs.docker.com/engine/reference/commandline/build/#options
improvement:
description: Add 'quiet' parameter to reduce noisy output
links:
- https://github.com/palantir/gradle-docker/pull/572
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs a bit of guesswork to get the link right here ;-)

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

Successfully merging this pull request may close these issues.

None yet

1 participant