-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
docker/cli
#6432Labels
area/builderBuildBuildexp/intermediatekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Docker Version: 1.12.0-rc3
OS: Windows 10 RTM
Issue
- Run
docker buildwith the--quietparameter - 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 buildcommand should not emit a warning message when the--quietparameter is specified - Extra parsing is required to extract the newly created image ID
Cheers,
Trevor Sullivan
Metadata
Metadata
Assignees
Labels
area/builderBuildBuildexp/intermediatekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.