Skip to content

Docker build includes warning message #24384

@pcgeek86

Description

@pcgeek86

Docker Version: 1.12.0-rc3
OS: Windows 10 RTM

Issue

  1. Run docker build with the --quiet parameter
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/builderBuildexp/intermediatekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions