forked from bufbuild/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added reactor-grpc v1.2.4 (bufbuild#701)
- Loading branch information
1 parent
41803de
commit 79b0890
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
plugins/community/salesforce-reactive-grpc-java/v1.2.4/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 |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
plugins/community/salesforce-reactive-grpc-java/v1.2.4/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