Build image improvements by mocleiri · Pull Request #16 · docker-java/docker-java

added 3 commits

July 7, 2014 13:53
…urces

Supports the case where the name of the file is supposed to be resolved using an
environment variable.

ENV VAR sub

ADD files/$VAR.dat /$VAR.dat
ADD files/${VAR}.dat /${VAR}.dat

In both cases the VAR is substituted for sub.

This allows the tar file creation process to capture the real source file.
The defaults remain 10 seconds for the read time out and to enable the
LoggingFilter.

Allows the caller to change the read time out and to disable the LoggingFilter

For large images the logging filter spam's the console with the binary data that
is being transferred.

This new setting allows it to be turned off.

marcuslinke added a commit that referenced this pull request

Jul 9, 2014

@marcuslinke