From 96aad6de38facc7e74f45e8b74115daeb89af933 Mon Sep 17 00:00:00 2001 From: "app-token-plugins[bot]" Date: Mon, 30 Mar 2026 14:48:04 +0000 Subject: [PATCH] detected new plugin versions --- .../stephenh-ts-proto/v2.11.6/.dockerignore | 3 + .../stephenh-ts-proto/v2.11.6/Dockerfile | 19 ++++ .../stephenh-ts-proto/v2.11.6/buf.plugin.yaml | 10 +++ .../v2.11.6/package-lock.json | 87 +++++++++++++++++++ .../stephenh-ts-proto/v2.11.6/package.json | 7 ++ plugins/grpc/cpp/v1.80.0/.dockerignore | 2 + plugins/grpc/cpp/v1.80.0/Dockerfile | 29 +++++++ plugins/grpc/cpp/v1.80.0/buf.plugin.yaml | 13 +++ plugins/grpc/csharp/v1.80.0/.dockerignore | 3 + plugins/grpc/csharp/v1.80.0/Dockerfile | 35 ++++++++ plugins/grpc/csharp/v1.80.0/buf.plugin.yaml | 20 +++++ plugins/grpc/csharp/v1.80.0/build.csproj | 9 ++ plugins/grpc/objc/v1.80.0/.dockerignore | 2 + plugins/grpc/objc/v1.80.0/Dockerfile | 29 +++++++ plugins/grpc/objc/v1.80.0/buf.plugin.yaml | 11 +++ plugins/grpc/php/v1.80.0/.dockerignore | 2 + plugins/grpc/php/v1.80.0/Dockerfile | 29 +++++++ plugins/grpc/php/v1.80.0/buf.plugin.yaml | 11 +++ plugins/grpc/python/v1.80.0/.dockerignore | 2 + plugins/grpc/python/v1.80.0/Dockerfile | 29 +++++++ plugins/grpc/python/v1.80.0/buf.plugin.yaml | 19 ++++ plugins/grpc/ruby/v1.80.0/.dockerignore | 2 + plugins/grpc/ruby/v1.80.0/Dockerfile | 29 +++++++ plugins/grpc/ruby/v1.80.0/buf.plugin.yaml | 11 +++ .../v2.11.6/eliza/plugin.sum | 1 + .../v2.11.6/petapis/plugin.sum | 1 + .../grpc/cpp/v1.80.0/eliza/plugin.sum | 1 + .../grpc/cpp/v1.80.0/petapis/plugin.sum | 1 + .../grpc/csharp/v1.80.0/eliza/plugin.sum | 1 + .../grpc/csharp/v1.80.0/petapis/plugin.sum | 1 + .../grpc/objc/v1.80.0/eliza/plugin.sum | 1 + .../grpc/objc/v1.80.0/petapis/plugin.sum | 1 + .../grpc/php/v1.80.0/eliza/plugin.sum | 1 + .../grpc/php/v1.80.0/petapis/plugin.sum | 1 + .../grpc/python/v1.80.0/eliza/plugin.sum | 1 + .../grpc/python/v1.80.0/petapis/plugin.sum | 1 + .../grpc/ruby/v1.80.0/eliza/plugin.sum | 1 + .../grpc/ruby/v1.80.0/petapis/plugin.sum | 1 + 38 files changed, 427 insertions(+) create mode 100644 plugins/community/stephenh-ts-proto/v2.11.6/.dockerignore create mode 100644 plugins/community/stephenh-ts-proto/v2.11.6/Dockerfile create mode 100644 plugins/community/stephenh-ts-proto/v2.11.6/buf.plugin.yaml create mode 100644 plugins/community/stephenh-ts-proto/v2.11.6/package-lock.json create mode 100644 plugins/community/stephenh-ts-proto/v2.11.6/package.json create mode 100644 plugins/grpc/cpp/v1.80.0/.dockerignore create mode 100644 plugins/grpc/cpp/v1.80.0/Dockerfile create mode 100644 plugins/grpc/cpp/v1.80.0/buf.plugin.yaml create mode 100644 plugins/grpc/csharp/v1.80.0/.dockerignore create mode 100644 plugins/grpc/csharp/v1.80.0/Dockerfile create mode 100644 plugins/grpc/csharp/v1.80.0/buf.plugin.yaml create mode 100644 plugins/grpc/csharp/v1.80.0/build.csproj create mode 100644 plugins/grpc/objc/v1.80.0/.dockerignore create mode 100644 plugins/grpc/objc/v1.80.0/Dockerfile create mode 100644 plugins/grpc/objc/v1.80.0/buf.plugin.yaml create mode 100644 plugins/grpc/php/v1.80.0/.dockerignore create mode 100644 plugins/grpc/php/v1.80.0/Dockerfile create mode 100644 plugins/grpc/php/v1.80.0/buf.plugin.yaml create mode 100644 plugins/grpc/python/v1.80.0/.dockerignore create mode 100644 plugins/grpc/python/v1.80.0/Dockerfile create mode 100644 plugins/grpc/python/v1.80.0/buf.plugin.yaml create mode 100644 plugins/grpc/ruby/v1.80.0/.dockerignore create mode 100644 plugins/grpc/ruby/v1.80.0/Dockerfile create mode 100644 plugins/grpc/ruby/v1.80.0/buf.plugin.yaml create mode 100644 tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/cpp/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/cpp/v1.80.0/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/csharp/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/csharp/v1.80.0/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/objc/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/objc/v1.80.0/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/php/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/php/v1.80.0/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/python/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/python/v1.80.0/petapis/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/ruby/v1.80.0/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/grpc/ruby/v1.80.0/petapis/plugin.sum diff --git a/plugins/community/stephenh-ts-proto/v2.11.6/.dockerignore b/plugins/community/stephenh-ts-proto/v2.11.6/.dockerignore new file mode 100644 index 000000000..771bbbaa9 --- /dev/null +++ b/plugins/community/stephenh-ts-proto/v2.11.6/.dockerignore @@ -0,0 +1,3 @@ +* +!Dockerfile +!package*.json diff --git a/plugins/community/stephenh-ts-proto/v2.11.6/Dockerfile b/plugins/community/stephenh-ts-proto/v2.11.6/Dockerfile new file mode 100644 index 000000000..53b344fb5 --- /dev/null +++ b/plugins/community/stephenh-ts-proto/v2.11.6/Dockerfile @@ -0,0 +1,19 @@ +# syntax=docker/dockerfile:1.22 +FROM node:24.14.1-trixie@sha256:dcc3e56b82427ddc3b91ca2b18499450d670fc58251d944e5107d8ef2899f841 AS build +WORKDIR /app +COPY --link package*.json . +RUN npm ci +RUN sed -i -e 's|/usr/bin/env node|/nodejs/bin/node|g' /app/node_modules/ts-proto/protoc-gen-ts_proto \ + && rm -f /app/node_modules/dprint-node/*darwin*.node /app/node_modules/dprint-node/*win32*.node + +FROM gcr.io/distroless/nodejs24-debian13:latest@sha256:ea392bfe90af3b558c7b924647a403c4ac37c7e8e9917a86d0830d99732315e2 AS node + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=node --chmod=0755 /nodejs/bin/node /nodejs/bin/node +COPY --link --from=build /app /app +USER nobody +ENTRYPOINT ["/nodejs/bin/node"] +CMD [ "/app/node_modules/.bin/protoc-gen-ts_proto" ] diff --git a/plugins/community/stephenh-ts-proto/v2.11.6/buf.plugin.yaml b/plugins/community/stephenh-ts-proto/v2.11.6/buf.plugin.yaml new file mode 100644 index 000000000..96d38c3c9 --- /dev/null +++ b/plugins/community/stephenh-ts-proto/v2.11.6/buf.plugin.yaml @@ -0,0 +1,10 @@ +version: v1 +name: buf.build/community/stephenh-ts-proto +plugin_version: v2.11.6 +source_url: https://github.com/stephenh/ts-proto +integration_guide_url: https://github.com/stephenh/ts-proto#quickstart +description: An idiomatic protobuf generator for TypeScript. +output_languages: + - typescript +spdx_license_id: Apache-2.0 +license_url: https://github.com/stephenh/ts-proto/blob/v2.11.6/LICENSE diff --git a/plugins/community/stephenh-ts-proto/v2.11.6/package-lock.json b/plugins/community/stephenh-ts-proto/v2.11.6/package-lock.json new file mode 100644 index 000000000..33c45340b --- /dev/null +++ b/plugins/community/stephenh-ts-proto/v2.11.6/package-lock.json @@ -0,0 +1,87 @@ +{ + "name": "plugins-stephenh-ts-proto", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "plugins-stephenh-ts-proto", + "version": "1.0.0", + "dependencies": { + "ts-proto": "2.11.6" + } + }, + "node_modules/@bufbuild/protobuf": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.11.0.tgz", + "integrity": "sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==", + "license": "(Apache-2.0 AND BSD-3-Clause)" + }, + "node_modules/case-anything": { + "version": "2.1.13", + "resolved": "https://registry.npmjs.org/case-anything/-/case-anything-2.1.13.tgz", + "integrity": "sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==", + "license": "MIT", + "engines": { + "node": ">=12.13" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "license": "Apache-2.0", + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/dprint-node": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/dprint-node/-/dprint-node-1.0.8.tgz", + "integrity": "sha512-iVKnUtYfGrYcW1ZAlfR/F59cUVL8QIhWoBJoSjkkdua/dkWIgjZfiLMeTjiB06X0ZLkQ0M2C1VbUj/CxkIf1zg==", + "license": "MIT", + "dependencies": { + "detect-libc": "^1.0.3" + } + }, + "node_modules/ts-poet": { + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/ts-poet/-/ts-poet-6.12.0.tgz", + "integrity": "sha512-xo+iRNMWqyvXpFTaOAvLPA5QAWO6TZrSUs5s4Odaya3epqofBu/fMLHEWl8jPmjhA0s9sgj9sNvF1BmaQlmQkA==", + "license": "Apache-2.0", + "dependencies": { + "dprint-node": "^1.0.8" + } + }, + "node_modules/ts-proto": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.11.6.tgz", + "integrity": "sha512-2rPkH5W/KeXOyVUC6o06RdRabVK8zSDmQpnRz4XbRiYMHRdI12KqDjAdGW7ebxzzMNE5cw/j+ptA0WMVqZILrQ==", + "license": "ISC", + "dependencies": { + "@bufbuild/protobuf": "^2.10.2", + "case-anything": "^2.1.13", + "ts-poet": "^6.12.0", + "ts-proto-descriptors": "2.1.0" + }, + "bin": { + "protoc-gen-ts_proto": "protoc-gen-ts_proto" + } + }, + "node_modules/ts-proto-descriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ts-proto-descriptors/-/ts-proto-descriptors-2.1.0.tgz", + "integrity": "sha512-S5EZYEQ6L9KLFfjSRpZWDIXDV/W7tAj8uW7pLsihIxyr62EAVSiKuVPwE8iWnr849Bqa53enex1jhDUcpgquzA==", + "license": "ISC", + "dependencies": { + "@bufbuild/protobuf": "^2.0.0" + } + } + } +} diff --git a/plugins/community/stephenh-ts-proto/v2.11.6/package.json b/plugins/community/stephenh-ts-proto/v2.11.6/package.json new file mode 100644 index 000000000..a18aeca73 --- /dev/null +++ b/plugins/community/stephenh-ts-proto/v2.11.6/package.json @@ -0,0 +1,7 @@ +{ + "name": "plugins-stephenh-ts-proto", + "version": "1.0.0", + "dependencies": { + "ts-proto": "2.11.6" + } +} diff --git a/plugins/grpc/cpp/v1.80.0/.dockerignore b/plugins/grpc/cpp/v1.80.0/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/grpc/cpp/v1.80.0/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/grpc/cpp/v1.80.0/Dockerfile b/plugins/grpc/cpp/v1.80.0/Dockerfile new file mode 100644 index 000000000..da243500f --- /dev/null +++ b/plugins/grpc/cpp/v1.80.0/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_cpp_plugin + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_cpp_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_cpp_plugin_binary"] diff --git a/plugins/grpc/cpp/v1.80.0/buf.plugin.yaml b/plugins/grpc/cpp/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..73bed35d1 --- /dev/null +++ b/plugins/grpc/cpp/v1.80.0/buf.plugin.yaml @@ -0,0 +1,13 @@ +version: v1 +name: buf.build/grpc/cpp +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates C++ client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/cpp:v34.1 +output_languages: + - cpp +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE +registry: + cmake: {} diff --git a/plugins/grpc/csharp/v1.80.0/.dockerignore b/plugins/grpc/csharp/v1.80.0/.dockerignore new file mode 100644 index 000000000..b2a42ae1e --- /dev/null +++ b/plugins/grpc/csharp/v1.80.0/.dockerignore @@ -0,0 +1,3 @@ +* +!Dockerfile +!build.csproj diff --git a/plugins/grpc/csharp/v1.80.0/Dockerfile b/plugins/grpc/csharp/v1.80.0/Dockerfile new file mode 100644 index 000000000..0dec92fd7 --- /dev/null +++ b/plugins/grpc/csharp/v1.80.0/Dockerfile @@ -0,0 +1,35 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_csharp_plugin + +FROM mcr.microsoft.com/dotnet/sdk:8.0.419-bookworm-slim@sha256:a9330090b730c2abde8f3f43b3d1e24e4b8cba028de7bab1a7fdcd50cb7a3b7e AS dotnetrestore +WORKDIR /build +COPY --link ./build.csproj /build/build.csproj +RUN mkdir /nuget && dotnet restore --packages /nuget + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=dotnetrestore /nuget /nuget +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_csharp_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_csharp_plugin_binary"] diff --git a/plugins/grpc/csharp/v1.80.0/buf.plugin.yaml b/plugins/grpc/csharp/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..426649389 --- /dev/null +++ b/plugins/grpc/csharp/v1.80.0/buf.plugin.yaml @@ -0,0 +1,20 @@ +version: v1 +name: buf.build/grpc/csharp +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates C# client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/csharp:v34.1 +output_languages: + - csharp +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE +registry: + opts: + - base_namespace= + nuget: + target_frameworks: + - netstandard2.0 + deps: + - name: Grpc.Net.Common + version: 2.76.0 diff --git a/plugins/grpc/csharp/v1.80.0/build.csproj b/plugins/grpc/csharp/v1.80.0/build.csproj new file mode 100644 index 000000000..914018c78 --- /dev/null +++ b/plugins/grpc/csharp/v1.80.0/build.csproj @@ -0,0 +1,9 @@ + + + netstandard2.0 + + + + + + diff --git a/plugins/grpc/objc/v1.80.0/.dockerignore b/plugins/grpc/objc/v1.80.0/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/grpc/objc/v1.80.0/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/grpc/objc/v1.80.0/Dockerfile b/plugins/grpc/objc/v1.80.0/Dockerfile new file mode 100644 index 000000000..f6bff6cf4 --- /dev/null +++ b/plugins/grpc/objc/v1.80.0/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_objective_c_plugin + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_objective_c_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_objective_c_plugin_binary"] diff --git a/plugins/grpc/objc/v1.80.0/buf.plugin.yaml b/plugins/grpc/objc/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..f9328277a --- /dev/null +++ b/plugins/grpc/objc/v1.80.0/buf.plugin.yaml @@ -0,0 +1,11 @@ +version: v1 +name: buf.build/grpc/objc +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates Objective-C client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/objc:v34.1 +output_languages: + - objective_c +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE diff --git a/plugins/grpc/php/v1.80.0/.dockerignore b/plugins/grpc/php/v1.80.0/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/grpc/php/v1.80.0/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/grpc/php/v1.80.0/Dockerfile b/plugins/grpc/php/v1.80.0/Dockerfile new file mode 100644 index 000000000..05c52012b --- /dev/null +++ b/plugins/grpc/php/v1.80.0/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_php_plugin + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_php_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_php_plugin_binary"] diff --git a/plugins/grpc/php/v1.80.0/buf.plugin.yaml b/plugins/grpc/php/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..040b4eb4f --- /dev/null +++ b/plugins/grpc/php/v1.80.0/buf.plugin.yaml @@ -0,0 +1,11 @@ +version: v1 +name: buf.build/grpc/php +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates PHP client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/php:v34.1 +output_languages: + - php +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE diff --git a/plugins/grpc/python/v1.80.0/.dockerignore b/plugins/grpc/python/v1.80.0/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/grpc/python/v1.80.0/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/grpc/python/v1.80.0/Dockerfile b/plugins/grpc/python/v1.80.0/Dockerfile new file mode 100644 index 000000000..4111a030a --- /dev/null +++ b/plugins/grpc/python/v1.80.0/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_python_plugin + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_python_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_python_plugin_binary"] diff --git a/plugins/grpc/python/v1.80.0/buf.plugin.yaml b/plugins/grpc/python/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..ac6b3b8c0 --- /dev/null +++ b/plugins/grpc/python/v1.80.0/buf.plugin.yaml @@ -0,0 +1,19 @@ +version: v1 +name: buf.build/grpc/python +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates Python client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/python:v34.1 +output_languages: + - python +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE +registry: + python: + package_type: "runtime" + # https://github.com/grpc/grpc/blob/v1.80.0/src/python/grpcio/python_version.py#L19 + requires_python: ">=3.9" + deps: + # https://pypi.org/project/grpcio/ + - "grpcio>=1.80.0" diff --git a/plugins/grpc/ruby/v1.80.0/.dockerignore b/plugins/grpc/ruby/v1.80.0/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/grpc/ruby/v1.80.0/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/grpc/ruby/v1.80.0/Dockerfile b/plugins/grpc/ruby/v1.80.0/Dockerfile new file mode 100644 index 000000000..cda88514b --- /dev/null +++ b/plugins/grpc/ruby/v1.80.0/Dockerfile @@ -0,0 +1,29 @@ +# syntax=docker/dockerfile:1.22 +FROM debian:trixie-20260316@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build + +ARG TARGETARCH +ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true" + +RUN apt-get update \ + && apt-get install -y curl git cmake build-essential autoconf clang libc++-dev libtool pkg-config unzip zip +RUN curl -fsSL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-${TARGETARCH} \ + && chmod +x /usr/local/bin/bazelisk \ + && mkdir /build \ + && chown nobody:nogroup /build \ + && usermod --home /build nobody + +USER nobody +WORKDIR /build + +RUN git clone --depth 1 --branch v1.80.0 https://github.com/grpc/grpc +WORKDIR /build/grpc +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_plugin_support +RUN bazelisk ${BAZEL_OPTS} build //src/compiler:grpc_ruby_plugin + +FROM gcr.io/distroless/cc-debian13:latest@sha256:e1cc90d06703f5dc30ae869fbfce78fce688f21a97efecd226375233a882e62f AS base + +FROM scratch +COPY --link --from=base / / +COPY --link --from=build --chmod=0755 /build/grpc/bazel-bin/src/compiler/grpc_ruby_plugin_binary . +USER nobody +ENTRYPOINT ["/grpc_ruby_plugin_binary"] diff --git a/plugins/grpc/ruby/v1.80.0/buf.plugin.yaml b/plugins/grpc/ruby/v1.80.0/buf.plugin.yaml new file mode 100644 index 000000000..79e012a7a --- /dev/null +++ b/plugins/grpc/ruby/v1.80.0/buf.plugin.yaml @@ -0,0 +1,11 @@ +version: v1 +name: buf.build/grpc/ruby +plugin_version: v1.80.0 +source_url: https://github.com/grpc/grpc +description: Generates Ruby client and server stubs for the gRPC framework. +deps: + - plugin: buf.build/protocolbuffers/ruby:v34.1 +output_languages: + - ruby +spdx_license_id: Apache-2.0 +license_url: https://github.com/grpc/grpc/blob/v1.80.0/LICENSE diff --git a/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/eliza/plugin.sum b/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/eliza/plugin.sum new file mode 100644 index 000000000..25ffd8c2b --- /dev/null +++ b/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/eliza/plugin.sum @@ -0,0 +1 @@ +h1:91CZJIzhLQ0jEfYep1Wtrn/9Ed8F1m89eQBPG8kBjqk= diff --git a/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/petapis/plugin.sum b/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/petapis/plugin.sum new file mode 100644 index 000000000..d1f0dc746 --- /dev/null +++ b/tests/testdata/buf.build/community/stephenh-ts-proto/v2.11.6/petapis/plugin.sum @@ -0,0 +1 @@ +h1:XZFxKDOY23TVzu4zoMqw8bUExVSiaZHC8ZBLELcSCvc= diff --git a/tests/testdata/buf.build/grpc/cpp/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/cpp/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..a891b0b7f --- /dev/null +++ b/tests/testdata/buf.build/grpc/cpp/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:4DHXLd7U9ibsQGGTVZrDNoq8LNP2odYSMRpgfEdCYxQ= diff --git a/tests/testdata/buf.build/grpc/cpp/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/cpp/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..0d2c276c2 --- /dev/null +++ b/tests/testdata/buf.build/grpc/cpp/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:+8EhcSBj0K4Vjh4anAdtLOYcnn+AMg8gVv6r19BiSYQ= diff --git a/tests/testdata/buf.build/grpc/csharp/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/csharp/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..956a52d4b --- /dev/null +++ b/tests/testdata/buf.build/grpc/csharp/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:4waUym8vI0ZEOq/TtnJRKRUPmHk4QL8zPXRwJhywvI0= diff --git a/tests/testdata/buf.build/grpc/csharp/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/csharp/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..481fcb91a --- /dev/null +++ b/tests/testdata/buf.build/grpc/csharp/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:kxBF97RNEQQiB/oEduqOgDZAxiXauyz+6hguxnCyP7I= diff --git a/tests/testdata/buf.build/grpc/objc/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/objc/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..4a8ce4e1b --- /dev/null +++ b/tests/testdata/buf.build/grpc/objc/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:xH0+e+UVLoU5KFcWSB5RfrGIxbyztCgFOquLQjg2/ps= diff --git a/tests/testdata/buf.build/grpc/objc/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/objc/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..7a01cb23f --- /dev/null +++ b/tests/testdata/buf.build/grpc/objc/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:P+OQBrxyTpehogGY3ZUlcIQ2pRq1iA9xpxjKXSN7u2E= diff --git a/tests/testdata/buf.build/grpc/php/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/php/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..9562ec529 --- /dev/null +++ b/tests/testdata/buf.build/grpc/php/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:t8ddjmMEdYs2qK5EdGh+yJd0+0QtWXI8m1rPJdQP2ME= diff --git a/tests/testdata/buf.build/grpc/php/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/php/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..e9917b60f --- /dev/null +++ b/tests/testdata/buf.build/grpc/php/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:naIZIvbTbik+yo7qkWOGg+6wGXddPG2kvdH2+V2CJU4= diff --git a/tests/testdata/buf.build/grpc/python/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/python/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..0208ffc62 --- /dev/null +++ b/tests/testdata/buf.build/grpc/python/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:tzSa6/8xdKOIrF60gIktE2W8FbyoVb782wtuyK8wYcY= diff --git a/tests/testdata/buf.build/grpc/python/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/python/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..ca968829a --- /dev/null +++ b/tests/testdata/buf.build/grpc/python/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:/bm8y8KHZ5OaVGv2GDuXQc1ADOO5BrN+KJXEJO4iMy0= diff --git a/tests/testdata/buf.build/grpc/ruby/v1.80.0/eliza/plugin.sum b/tests/testdata/buf.build/grpc/ruby/v1.80.0/eliza/plugin.sum new file mode 100644 index 000000000..d04ee7f9b --- /dev/null +++ b/tests/testdata/buf.build/grpc/ruby/v1.80.0/eliza/plugin.sum @@ -0,0 +1 @@ +h1:y47G0y23L+GoClu0Kfl4ZgiV++TIrlmPeBxw0sKANjA= diff --git a/tests/testdata/buf.build/grpc/ruby/v1.80.0/petapis/plugin.sum b/tests/testdata/buf.build/grpc/ruby/v1.80.0/petapis/plugin.sum new file mode 100644 index 000000000..7e7dee7f8 --- /dev/null +++ b/tests/testdata/buf.build/grpc/ruby/v1.80.0/petapis/plugin.sum @@ -0,0 +1 @@ +h1:jT5MBhIRa08sICxgjVvNAQgauC2GnD8G9OZ64P+N5gY=