generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from glazychev-art/govpp1765
Update govpp
- Loading branch information
Showing
3 changed files
with
85 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
ARG VPP_VERSION=v23.02-rc0-189-gb53439efb | ||
ARG VPP_VERSION=v23.10-rc0-164-gac0994fc0 | ||
FROM ghcr.io/networkservicemesh/govpp/vpp:${VPP_VERSION} as go | ||
COPY --from=golang:1.20.5-buster /usr/local/go/ /go | ||
ENV PATH ${PATH}:/go/bin | ||
ENV GO111MODULE=on | ||
ENV CGO_ENABLED=0 | ||
ENV GOBIN=/bin | ||
RUN rm -r /etc/vpp | ||
RUN go install github.com/go-delve/delve/cmd/dlv@v1.8.2 | ||
RUN go install github.com/go-delve/delve/cmd/dlv@v1.21.0 | ||
RUN go install github.com/grpc-ecosystem/[email protected] | ||
ADD https://github.com/spiffe/spire/releases/download/v1.2.2/spire-1.2.2-linux-x86_64-glibc.tar.gz . | ||
RUN tar xzvf spire-1.2.2-linux-x86_64-glibc.tar.gz -C /bin --strip=2 spire-1.2.2/bin/spire-server spire-1.2.2/bin/spire-agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.