We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0449f52 + 0801f5c commit 8a3af1aCopy full SHA for 8a3af1a
Dockerfile.Windows
@@ -0,0 +1,9 @@
1
+FROM mcr.microsoft.com/windows/servercore:1809 as core
2
+
3
+FROM mcr.microsoft.com/windows/nanoserver:1809
4
+LABEL description="CSI Liveness Probe"
5
6
+COPY ./bin/livenessprobe.exe /livenessprobe.exe
7
+COPY --from=core /Windows/System32/netapi32.dll /Windows/System32/netapi32.dll
8
+USER ContainerAdministrator
9
+ENTRYPOINT ["/livenessprobe.exe"]
0 commit comments