Skip to content

Commit

Permalink
Add grpc-gateway/openapiv2 v2.15.2 plugins (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-token-plugins[bot] authored Feb 28, 2023
1 parent 0dd2033 commit e2562b8
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/grpc-ecosystem/gateway/v2.15.2/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!Dockerfile
11 changes: 11 additions & 0 deletions plugins/grpc-ecosystem/gateway/v2.15.2/Dockerfile
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" ]
12 changes: 12 additions & 0 deletions plugins/grpc-ecosystem/gateway/v2.15.2/buf.plugin.yaml
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
2 changes: 2 additions & 0 deletions plugins/grpc-ecosystem/openapiv2/v2.15.2/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!Dockerfile
11 changes: 11 additions & 0 deletions plugins/grpc-ecosystem/openapiv2/v2.15.2/Dockerfile
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" ]
7 changes: 7 additions & 0 deletions plugins/grpc-ecosystem/openapiv2/v2.15.2/buf.plugin.yaml
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:i/zjVkZaxoFgKQESrbFwisCaDNzRLPWmUND0XCR+IlI=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:SybfdW8LTRLCVcNSux9/dP9iFEQFhWbADwdaILiM0EY=

0 comments on commit e2562b8

Please sign in to comment.