Skip to content

Commit

Permalink
build azure-vnet-telemetry and azure-vnet-ipam in dropgz-test (#1846)
Browse files Browse the repository at this point in the history
build azure-vnet-telemetry and azure-vnet-ipam in dropgz-test for parity with release image

Signed-off-by: Evan Baker <[email protected]>
(cherry picked from commit f619259)
  • Loading branch information
rbtr authored and jpayne3506 committed Sep 16, 2023
1 parent c325121 commit 0c46133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dropgz/build/cniTest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ARG VERSION
WORKDIR /azure-container-networking
COPY . .
RUN CGO_ENABLED=0 go build -a -o bin/azure-vnet -trimpath -ldflags "-X main.version="$VERSION"" -gcflags="-dwarflocationlists=true" cni/network/plugin/main.go
RUN CGO_ENABLED=0 go build -a -o bin/azure-vnet-telemetry -trimpath -ldflags "-X main.version="$VERSION"" -gcflags="-dwarflocationlists=true" cni/telemetry/service/telemetrymain.go
RUN CGO_ENABLED=0 go build -a -o bin/azure-vnet-ipam -trimpath -ldflags "-X main.version="$VERSION"" -gcflags="-dwarflocationlists=true" cni/ipam/plugin/main.go

FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 AS compressor
ARG OS
Expand Down

0 comments on commit 0c46133

Please sign in to comment.