From ad1d33c74d3fb82382f9f203a7fd243fffcaaf48 Mon Sep 17 00:00:00 2001 From: Rick Rackow Date: Tue, 13 Sep 2022 10:03:02 +0200 Subject: [PATCH] fix(build/pause/Dockerfile)!: cleanup obsolete code according to TODO since https://github.com/moby/buildkit/issues/1560 is fixed --- build/pause/Dockerfile_windows | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/pause/Dockerfile_windows b/build/pause/Dockerfile_windows index 81b6ddd58b6c8..348a60d868174 100644 --- a/build/pause/Dockerfile_windows +++ b/build/pause/Dockerfile_windows @@ -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"]