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
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0 AS certs
2
-
RUN tdnf upgrade -y && tdnf install -y ca-certificates
3
-
4
1
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.21 AS builder
5
2
ARG VERSION
6
3
ARG CNS_AI_PATH
@@ -11,13 +8,12 @@ RUN CGO_ENABLED=0 go build -a -o /usr/local/bin/azure-cns -ldflags "-X main.vers
11
8
RUN CGO_ENABLED=0 go build -a -o /usr/local/bin/azure-vnet-telemetry -ldflags "-X main.version="$VERSION"" -gcflags="-dwarflocationlists=true" cni/telemetry/service/*.go
12
9
13
10
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
14
-
RUN tdnf install -y iptables
11
+
RUN tdnf upgrade -y && tdnf install -y ca-certificates iptables
0 commit comments