Skip to content

Commit

Permalink
pause: remove obsolete Windows buildx workaround
Browse files Browse the repository at this point in the history
The issue this workaround set out to address has been resolved in
buildx for some time; there is no longer a need to preserve it.

Signed-off-by: Bjorn Neergaard <[email protected]>
  • Loading branch information
neersighted committed Jan 13, 2023
1 parent 6ce055d commit 31c7551
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/pause/Dockerfile_windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ FROM ${BASE}
ARG ARCH
ADD bin/pause-windows-${ARCH}.exe /pause.exe
ADD bin/wincat-windows-amd64 /Windows/System32/wincat.exe

# NOTE(claudiub): docker buildx sets the PATH env variable to a Linux-like PATH,
# which is not desirable. See: https://github.com/moby/buildkit/issues/1560
# TODO(claudiub): remove this once the issue has been resolved.
ENV PATH="C:\Windows\system32;C:\Windows;"
ENTRYPOINT ["/pause.exe"]

0 comments on commit 31c7551

Please sign in to comment.