Skip to content

Commit a64f56c

Browse files
authored
Merge pull request #13 from jsturtevant/new-base-image
Using the official hpc base image
2 parents 25b91ef + d8f1dc0 commit a64f56c

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)