You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cns/windows.Dockerfile
+7-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@ WORKDIR /usr/local/src
7
7
COPY . .
8
8
RUN GOOS=windows CGO_ENABLED=0 go build -a -o /usr/local/bin/azure-cns.exe -ldflags "-X main.version="$VERSION" -X "$CNS_AI_PATH"="$CNS_AI_ID"" -gcflags="-dwarflocationlists=true" cns/service/*.go
9
9
10
-
FROM mcr.microsoft.com/windows/servercore:${OS_VERSION}
10
+
# intermediate for win-ltsc2019
11
+
FROM mcr.microsoft.com/windows/servercore@sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4 as ltsc2019
12
+
13
+
# intermediate for win-ltsc2022
14
+
FROM mcr.microsoft.com/windows/servercore@sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943 as ltsc2022
0 commit comments