Compare commits

...

1 Commits

Author SHA1 Message Date
Taylor McKinnon 6a70f2d8dd bf(S3C-4424): Switch protobuf extension to use the new maven central repo 2021-05-19 15:53:42 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN wget https://github.com/just-containers/s6-overlay/releases/download/v${S6_V
&& rm -rf /tmp/s6-overlay-amd64.tar.gz
# Install protobuf extestion
ADD https://dl.bintray.com/senx/maven/io/warp10/warp10-ext-protobuf/1.1.0-uberjar/warp10-ext-protobuf-1.1.0-uberjar.jar /opt/warp10/lib/
ADD https://repo1.maven.org/maven2/io/warp10/warp10-ext-protobuf/1.2.2-uberjar/warp10-ext-protobuf-1.2.2-uberjar.jar /opt/warp10/lib/
ADD ./images/warp10/s6 /etc
ADD ./warpscript /usr/local/share/warpscript