Skip to content

Commit

Permalink
Merge pull request moby#48318 from thaJeztah/windows_proxy_leftovers
Browse files Browse the repository at this point in the history
remove leftovers for building docker-proxy on Windows
  • Loading branch information
thaJeztah authored Aug 12, 2024
2 parents 7650efe + 9c6d304 commit ae1c95c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ RUN <<EOT
EOT
RUN --mount=type=bind,target=.,rw \
--mount=type=tmpfs,target=cli/winresources/dockerd \
--mount=type=tmpfs,target=cli/winresources/docker-proxy \
--mount=type=cache,target=/root/.cache/go-build,id=moby-build-$TARGETPLATFORM <<EOT
set -e
target=$([ "$DOCKER_STATIC" = "1" ] && echo "binary" || echo "dynbinary")
Expand Down
12 changes: 0 additions & 12 deletions cli/winresources/docker-proxy/winresources.go

This file was deleted.

0 comments on commit ae1c95c

Please sign in to comment.