generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: networkservicemesh/sdk-vpp#742 Commit: 8a9c97e Author: Artem Glazychev Date: 2023-09-04 15:23:10 +0700 Message: - Update govpp (#742) * Update go.mod and go.sum to latest version from networkservicemesh/govpp@main PR link: https://github.com/networkservicemesh/govpp/pull/ Commit: 614d6d6 Author: Denis Tingaikin Date: 2023-09-01 16:23:04 +0300 Message: - Merge pull request #12 from networkservicemesh/vpp_1765f01 Signed-off-by: NSMBot <[email protected]> * Update govpp Signed-off-by: Artem Glazychev <[email protected]> --------- Signed-off-by: NSMBot <[email protected]> Signed-off-by: Artem Glazychev <[email protected]> Signed-off-by: NSMBot <[email protected]> * Update govpp Signed-off-by: Artem Glazychev <[email protected]> --------- Signed-off-by: NSMBot <[email protected]> Signed-off-by: Artem Glazychev <[email protected]> Co-authored-by: NSMBot <[email protected]>
- Loading branch information
1 parent
1b810ff
commit 32e3c2e
Showing
11 changed files
with
105 additions
and
46 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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