-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 1.656, Ubuntu Linux
When building a docker image from a Dockerfile to run the build in, extreme docker build logging cannot be turned off.
This issue makes the first 20 pages of the build log essentially useless.
Filtering it or adding the -q flag would resolve this.
E.g. from a typical build log with verbose logging flag not enabled:
10:51:06 $ docker build --file /home/esadmin/build/Dockerfile.precise /home/esadmin/build
10:51:06 Sending build context to Docker daemon 557.1 kB
Sending build context to Docker daemon 1.114 MB
Sending build context to Docker daemon 1.671 MB
Sending build context to Docker daemon 2.228 MB
Sending build context to Docker daemon 2.785 MB
Sending build context to Docker daemon 3.342 MB
Sending build context to Docker daemon 3.899 MB
Sending build context to Docker daemon 4.456 MB
Sending build context to Docker daemon 5.014 MB
Sending build context to Docker daemon 5.571 MB
Sending build context to Docker daemon 6.128 MB
Sending build context to Docker daemon 6.685 MB
Sending build context to Docker daemon 7.242 MB
Sending build context to Docker daemon 7.799 MB
Sending build context to Docker daemon 8.356 MB
Sending build context to Docker daemon 8.913 MB
Sending build context to Docker daemon 9.47 MB
Sending build context to Docker daemon 10.03 MB
Sending build context to Docker daemon 10.58 MB
Sending build context to Docker daemon 11.14 MB
Sending build context to Docker daemon 11.7 MB
. . . (for 20 pages)