Skip to content

Commit 90a5ed2

Browse files
committed
ensure debug tools are under c:\hpc\debug
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
1 parent 6767a10 commit 90a5ed2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

images/Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ ARG INSTALLER_VERSION="${latest}"
22
FROM ghcr.io/jsturtevant/debug-installer-cache:${INSTALLER_VERSION} as installer
33

44
FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0 AS runtime
5-
WORKDIR /apps
6-
ENV PATH="%CONTAINER_SANDBOX_MOUNT_POINT%\apps\vim;%CONTAINER_SANDBOX_MOUNT_POINT%\apps\sysinternals;C:\Windows\system32;C:\Windows"
75

8-
COPY --from=installer /ProgramData/scoop/apps/vim/9.0 ./vim/
6+
WORKDIR /debug
97
COPY --from=installer /content/ContainerPlatform.wprp .
108
COPY --from=installer /content/collect-hcs-traces.md .
119
COPY --from=installer /debug/net ./network
10+
11+
WORKDIR /apps
12+
ENV PATH="%CONTAINER_SANDBOX_MOUNT_POINT%\apps\vim;%CONTAINER_SANDBOX_MOUNT_POINT%\apps\sysinternals;C:\Windows\system32;C:\Windows"
13+
14+
COPY --from=installer /ProgramData/scoop/apps/vim/9.0 ./vim/

0 commit comments

Comments
 (0)