Skip to content

Commit

Permalink
Added reactor-grpc v1.2.4 (bufbuild#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbasterfield committed Aug 30, 2023
1 parent 41803de commit 79b0890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM adoptopenjdk/openjdk11:jre-11.0.20_8-debianslim
FROM debian:bullseye-20230202 AS build
ARG LOCATION_PREFIX="https://repo1.maven.org/maven2/com/salesforce/servicelibs/reactor-grpc/1.2.4/reactor-grpc-1.2.4-"
ARG PLUGIN_NAME=protoc-gen-reactor-grpc

RUN apt-get update && apt-get upgrade -y && apt-get install -y wget
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget openjdk-11-jre-headless
RUN case $(uname -m) in "aarch64") echo linux-aarch_64 ;; "x86_64") echo linux-x86_64;; esac >arch.txt
RUN wget -O ${PLUGIN_NAME} ${LOCATION_PREFIX}$(cat arch.txt).exe
RUN chmod 0755 ${PLUGIN_NAME}
USER 65534
USER nobody
CMD ./protoc-gen-reactor-grpc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: salesforce-reactive-grpc-java
name: buf.build/community/salesforce-reactive-grpc-java
plugin_version: v1.2.4
source_url: https://github.com/salesforce/reactive-grpc
description: Reactor gRPC generator
Expand Down

0 comments on commit 79b0890

Please sign in to comment.