gradle-docker icon indicating copy to clipboard operation
gradle-docker copied to clipboard

Add 'quiet' parameter to reduce noisy output

Open saschpe opened this issue 3 years ago • 2 comments

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 (https://github.com/palantir/gradle-docker/pull/445)

saschpe avatar Jun 27 '22 10:06 saschpe

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 (https://github.com/palantir/gradle-docker/pull/445)

Check the box to generate changelog(s)

  • [ ] Generate changelog entry

changelog-app[bot] avatar Jun 27 '22 10:06 changelog-app[bot]

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

saschpe avatar Jun 27 '22 11:06 saschpe