fix: Suppress progress on pulling images on build
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