Skip to content

Commit

Permalink
Merge pull request #1045 from thaJeztah/windows_no_proxy
Browse files Browse the repository at this point in the history
[master] static: remove unused docker-proxy.exe binary from Windows packages
  • Loading branch information
thaJeztah authored Aug 6, 2024
2 parents 2e60f4a + 1e1bf07 commit 05b19e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ cross-win: cross-win-engine
mkdir -p build/win/amd64/docker
cp $(CLI_DIR)/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
cp $(ENGINE_DIR)/bundles/cross/win/dockerd.exe build/win/amd64/docker/dockerd.exe
cp $(ENGINE_DIR)/bundles/cross/win/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe
docker run --rm -v $(CURDIR)/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-$(GEN_STATIC_VER).zip docker'
$(CHOWN) -R $(shell id -u):$(shell id -g) build

Expand Down

0 comments on commit 05b19e9

Please sign in to comment.