mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
This change adds file version information to docker.exe and dockerd.exe by adding a Windows version resource with the windres tool. This change adds a dependency to binutils-mingw-w64 on Linux, but removes a dependency on rsrc. Most Windows build environments should already have windres if they have gcc (which is necessary to build dockerd). Signed-off-by: John Starks <jostarks@microsoft.com> Upstream-commit: 4677f8036e8d090303ef76cbbe4f703d5c85d752 Component: engine