Skip to content

fix: Suppress progress on pulling images on build

Takuya Noguchi requested to merge 27-pull-quietly into master

Suppress progress on pulling previous images on build a new image via /build/build.sh.

We are now able to use --quiet option only for docker pull as we are using Docker CLI 19.03. With 20.03 CLI, we will able to use the option for push too.

Closes #27 (closed)

Relevant fix in other component of GitLab product: gitlab-org/security-products/analyzers/common!65 (merged), gitlab-org/security-products/sast!165 (merged), gitlab-org/gitlab!20604 (merged)

Edited by Takuya Noguchi

Merge request reports