We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b91ef commit d8f1dc0Copy full SHA for d8f1dc0
1 file changed
images/Dockerfile
@@ -1,7 +1,7 @@
1
ARG INSTALLER_VERSION="${latest}"
2
FROM ghcr.io/jsturtevant/debug-installer-cache:${INSTALLER_VERSION} as installer
3
4
-FROM ghcr.io/marosset/host-process-scratch-image:latest AS runtime
+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"
7
0 commit comments