Skip to content

Commit d8f1dc0

Browse files
committed
Using the official hpc base image
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
1 parent 25b91ef commit d8f1dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG INSTALLER_VERSION="${latest}"
22
FROM ghcr.io/jsturtevant/debug-installer-cache:${INSTALLER_VERSION} as installer
33

4-
FROM ghcr.io/marosset/host-process-scratch-image:latest AS runtime
4+
FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0 AS runtime
55
WORKDIR /apps
66
ENV PATH="%CONTAINER_SANDBOX_MOUNT_POINT%\apps\vim;%CONTAINER_SANDBOX_MOUNT_POINT%\apps\sysinternals;C:\Windows\system32;C:\Windows"
77

0 commit comments

Comments
 (0)