Skip to content

Commit

Permalink
Revert update to prom/node-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jul 26, 2024
1 parent 3f7a0a6 commit e8ffe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 prom/node-exporter:latest AS node-exporter
FROM urtho/algod-voitest-rly:latest AS urtho

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=node-exporter --chown=0:0 /bin/node_exporter /node/bin/node_exporter
COPY --from=urtho --chown=0:0 /node/node_exporter /node/bin/node_exporter
COPY --from=builder /build/ /node/bin/
COPY configuration /algod/configuration

Expand Down

0 comments on commit e8ffe3a

Please sign in to comment.