Skip to content

Commit 742c2d6

Browse files
authored
fix: update CNS pinned Win base image
Signed-off-by: Evan Baker <[email protected]>
1 parent 4a5bc0e commit 742c2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/windows.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ COPY . .
88
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
99

1010
# intermediate for win-ltsc2019
11-
FROM mcr.microsoft.com/windows/servercore@sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4 as ltsc2019
11+
FROM mcr.microsoft.com/windows/servercore@sha256:2bacc4bdc5d1bd805587cb90a2fb2d58d1c775b02df1a19fd221cbfc639ff587 as ltsc2019
1212

1313
# intermediate for win-ltsc2022
14-
FROM mcr.microsoft.com/windows/servercore@sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943 as ltsc2022
14+
FROM mcr.microsoft.com/windows/servercore@sha256:3cfddbce425e07cc658829098c29af86ff1a3ccc9b8d4735f5263a76ea4b7561 as ltsc2022
1515

1616
FROM ${OS_VERSION}
1717
COPY --from=builder /usr/local/src/cns/kubeconfigtemplate.yaml kubeconfigtemplate.yaml

0 commit comments

Comments
 (0)