Skip to content

Commit

Permalink
Use algorand fork of node_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jul 26, 2024
1 parent e8ffe3a commit 2d3ae22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_ALGORAND_VERSION="3.25.0-stable"
FROM algorand/algod:$BASE_ALGORAND_VERSION AS algod
FROM urtho/algod-voitest-rly:latest AS urtho
ARG BASE_ALGORAND_VERSION="3.25.0"
FROM algorand/algod:${BASE_ALGORAND_VERSION}-stable AS algod
FROM algorand/stable:${BASE_ALGORAND_VERSION} AS algorand

FROM golang:1.22 AS builder
WORKDIR /
Expand All @@ -20,7 +20,7 @@ HEALTHCHECK --interval=5s --timeout=10s --retries=3 --start-period=10s CMD ["/no

COPY --from=algod --chown=0:0 /node/bin/algod /node/bin/algod
COPY --from=algod --chown=0:0 /node/bin/goal /node/bin/goal
COPY --from=urtho --chown=0:0 /node/node_exporter /node/bin/node_exporter
COPY --from=algorand --chown=0:0 /root/node/node_exporter /node/bin/node_exporter
COPY --from=builder /build/ /node/bin/
COPY configuration /algod/configuration

Expand Down

0 comments on commit 2d3ae22

Please sign in to comment.