-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add grpc-gateway/openapiv2 v2.15.2 plugins (#391)
- Loading branch information
1 parent
0dd2033
commit e2562b8
Showing
10 changed files
with
49 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!Dockerfile |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# syntax=docker/dockerfile:1.4 | ||
FROM golang:1.20.1-bullseye AS build | ||
RUN --mount=type=cache,target=/go/pkg/mod \ | ||
CGO_ENABLED=0 \ | ||
go install -ldflags="-s -w" -trimpath github.com/grpc-ecosystem/grpc-gateway/v2/[email protected] | ||
|
||
FROM scratch | ||
COPY --from=build --link /etc/passwd /etc/passwd | ||
COPY --from=build --link --chown=root:root /go/bin/protoc-gen-grpc-gateway . | ||
USER nobody | ||
ENTRYPOINT [ "/protoc-gen-grpc-gateway" ] |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: v1 | ||
name: buf.build/grpc-ecosystem/gateway | ||
plugin_version: v2.15.2 | ||
source_url: https://github.com/grpc-ecosystem/grpc-gateway | ||
description: gRPC to JSON proxy generator following the gRPC HTTP spec. | ||
output_languages: | ||
- go | ||
deps: | ||
- plugin: buf.build/protocolbuffers/go:v1.28.1 | ||
- plugin: buf.build/grpc/go:v1.2.0 | ||
spdx_license_id: BSD-3-Clause | ||
license_url: https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.15.2/LICENSE.txt |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!Dockerfile |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# syntax=docker/dockerfile:1.4 | ||
FROM golang:1.20.1-bullseye AS build | ||
RUN --mount=type=cache,target=/go/pkg/mod \ | ||
CGO_ENABLED=0 \ | ||
go install -ldflags="-s -w" -trimpath github.com/grpc-ecosystem/grpc-gateway/v2/[email protected] | ||
|
||
FROM scratch | ||
COPY --from=build --link --chown=root:root /etc/passwd /etc/passwd | ||
COPY --from=build --link /go/bin/protoc-gen-openapiv2 / | ||
USER nobody | ||
ENTRYPOINT [ "/protoc-gen-openapiv2" ] |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: v1 | ||
name: buf.build/grpc-ecosystem/openapiv2 | ||
plugin_version: v2.15.2 | ||
source_url: https://github.com/grpc-ecosystem/grpc-gateway | ||
description: Generates OpenAPI definitions for Protobuf services. | ||
spdx_license_id: BSD-3-Clause | ||
license_url: https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.15.2/LICENSE.txt |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/grpc-ecosystem/gateway/v2.15.2/eliza/plugin.sum
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/grpc-ecosystem/gateway/v2.15.2/petapis/plugin.sum
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/grpc-ecosystem/openapiv2/v2.15.2/eliza/plugin.sum
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
h1:i/zjVkZaxoFgKQESrbFwisCaDNzRLPWmUND0XCR+IlI= |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/grpc-ecosystem/openapiv2/v2.15.2/petapis/plugin.sum
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
h1:SybfdW8LTRLCVcNSux9/dP9iFEQFhWbADwdaILiM0EY= |