Docker Version: 1.12.0-rc3
OS: Windows 10 RTM
Issue
- Run
docker build with the --quiet parameter
- Output from command includes the expected image ID, but also includes a warning message
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '
-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
sha256:18bd7a97e51e7f07dbbde2934d51252356a697172ef256d58133e3e3f117bafd
Expected Result
- The
docker build command should not emit a warning message when the --quiet parameter is specified
- Extra parsing is required to extract the newly created image ID
Cheers,
Trevor Sullivan
Docker Version: 1.12.0-rc3
OS: Windows 10 RTM
Issue
docker buildwith the--quietparameterExpected Result
docker buildcommand should not emit a warning message when the--quietparameter is specifiedCheers,
Trevor Sullivan