Skip to content

Commit

Permalink
fix(build/pause/Dockerfile)!: cleanup obsolete code according to TODO…
Browse files Browse the repository at this point in the history
… since moby/buildkit#1560 is fixed
  • Loading branch information
RiRa12621 committed Sep 13, 2022
1 parent 0f37b31 commit ad1d33c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/pause/Dockerfile_windows
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ 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 ad1d33c

Please sign in to comment.