Skip to content

Commit

Permalink
detected new plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jun 28, 2023
1 parent 1e602a7 commit 0d343bc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/bufbuild/connect-go/v1.9.0/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!Dockerfile
11 changes: 11 additions & 0 deletions plugins/bufbuild/connect-go/v1.9.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1.4
FROM golang:1.20.5-bullseye AS build
RUN --mount=type=cache,target=/go/pkg/mod \
CGO_ENABLED=0 \
go install -ldflags="-s -w" -trimpath github.com/bufbuild/connect-go/cmd/[email protected]

FROM scratch
COPY --from=build --link --chown=root:root /etc/passwd /etc/passwd
COPY --from=build --link /go/bin/protoc-gen-connect-go /
USER nobody
ENTRYPOINT [ "/protoc-gen-connect-go" ]
19 changes: 19 additions & 0 deletions plugins/bufbuild/connect-go/v1.9.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: v1
name: buf.build/bufbuild/connect-go
plugin_version: v1.9.0
source_url: https://github.com/bufbuild/connect-go
description: Generates client and server stubs for connect-go. Compatible with the gRPC, gRPC-Web, and Connect RPC protocols.
deps:
- plugin: buf.build/protocolbuffers/go:v1.30.0
output_languages:
- go
registry:
go:
min_version: "1.19"
deps:
- module: github.com/bufbuild/connect-go
version: v1.9.0
opts:
- paths=source_relative
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/connect-go/blob/v1.9.0/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:NDWzSpLrVEF3fEo/NRurAK5xGE8QpbeGp0VMg93gcO0=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:MORm1Ycx22CF9mU+cHRRlhIzvQWOhVnqVFKbiKkWL2A=

0 comments on commit 0d343bc

Please sign in to comment.