Skip to content

cli-bin/windows: Add .exe extension#5005

Merged
vvoland merged 1 commit intodocker:masterfrom
vvoland:cli-bin-exe
Apr 11, 2024
Merged

cli-bin/windows: Add .exe extension#5005
vvoland merged 1 commit intodocker:masterfrom
vvoland:cli-bin-exe

Conversation

@vvoland
Copy link
Collaborator

@vvoland vvoland commented Apr 10, 2024

Before this commit, the CLI binary in dockereng/cli-bin image was named docker regardless of platform.

Change the binary name to docker.exe in Windows images.

Before this commit, the CLI binary in `dockereng/cli-bin` image was
named `docker` regardless of platform.

Change the binary name to `docker.exe` in Windows images.

Signed-off-by: Paweł Gronowski <[email protected]>
@vvoland vvoland added this to the 26.0.1 milestone Apr 10, 2024
@vvoland vvoland self-assigned this Apr 10, 2024
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

this one doesn't impact the docker-ce-packging scripts? (in case there's code there consuming these)

@codecov-commenter
Copy link

Codecov Report

Merging #5005 (718203d) into master (870ad7f) will not change coverage.
Report is 4 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5005   +/-   ##
=======================================
  Coverage   61.04%   61.04%           
=======================================
  Files         295      295           
  Lines       20648    20648           
=======================================
  Hits        12605    12605           
  Misses       7147     7147           
  Partials      896      896           

@vvoland
Copy link
Collaborator Author

vvoland commented Apr 11, 2024

Yes, it doesn't affect anything else. The bin-image target is only used for the cli-bin image generation in this repo. Last time things broke because we modified the binary target directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants