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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters