-
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 community/roadrunner-server-php-grpc v4.5.6 (#878)
- Loading branch information
1 parent
626a478
commit 151c74b
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
plugins/community/roadrunner-server-php-grpc/v4.5.6/.dockerignore
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 |
13 changes: 13 additions & 0 deletions
13
plugins/community/roadrunner-server-php-grpc/v4.5.6/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,13 @@ | ||
# syntax=docker/dockerfile:1.6 | ||
FROM golang:1.21.3-bullseye AS build | ||
RUN git clone --depth=1 --branch v4.5.6 https://github.com/roadrunner-server/grpc.git | ||
RUN --mount=type=cache,target=/go/pkg/mod \ | ||
cd grpc/protoc_plugins/protoc-gen-php-grpc && \ | ||
CGO_ENABLED=0 \ | ||
go install -ldflags="-s -w" -trimpath | ||
|
||
FROM scratch | ||
COPY --from=build --link --chown=root:root /etc/passwd /etc/passwd | ||
COPY --from=build --link --chown=root:root /go/bin/protoc-gen-php-grpc / | ||
USER nobody | ||
ENTRYPOINT [ "/protoc-gen-php-grpc" ] |
11 changes: 11 additions & 0 deletions
11
plugins/community/roadrunner-server-php-grpc/v4.5.6/buf.plugin.yaml
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 @@ | ||
version: v1 | ||
name: buf.build/community/roadrunner-server-php-grpc | ||
plugin_version: v4.5.6 | ||
source_url: https://github.com/roadrunner-server/grpc | ||
description: Generates code for the PHP RoadRunner application server. | ||
deps: | ||
- plugin: buf.build/protocolbuffers/php:v24.4 | ||
spdx_license_id: MIT | ||
license_url: https://github.com/roadrunner-server/grpc/blob/v4.5.6/LICENSE | ||
output_languages: | ||
- php |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/community/roadrunner-server-php-grpc/v4.5.6/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:jT7gKL/t3iAPRsfXcC8b24F5IdSxtcuyuhD8yvmGRiA= |
1 change: 1 addition & 0 deletions
1
tests/testdata/buf.build/community/roadrunner-server-php-grpc/v4.5.6/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:7bA/GKq0K0btx4JnO+NSpYBkPfz0oSLjz+Ddv/NYe/A= |