Skip to content

Commit

Permalink
[BLOCK-2028] add grpc_health_probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Jan 10, 2024
1 parent ff8a43b commit 14972c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firehose.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN mkdir /tmp/wasmer-install && cd /tmp/wasmer-install && \
curl -L https://github.com/wasmerio/wasmer/releases/download/2.3.0/wasmer-linux-amd64.tar.gz | tar xzf - && \
mv lib/libwasmer.a lib/libwasmer.so /usr/lib/ && cd / && rm -rf /tmp/wasmer-install

RUN mkdir -p /app/ && curl -Lo /app/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.12/grpc_health_probe-linux-amd64 && chmod +x /app/grpc_health_probe

COPY --from=firehose /work/fireantelope /app/fireantelope
COPY --from=firehose /work/tools/fireantelope/motd /etc/motd
COPY --from=firehose /work/tools/fireantelope/motd_generic /etc/
Expand Down

0 comments on commit 14972c4

Please sign in to comment.