Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions compose-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

cl-grandine:
profiles: [cl-grandine]
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.4}
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.6}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_GRANDINE_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -46,7 +46,7 @@ services:

cl-lighthouse:
profiles: [cl-lighthouse]
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.1.3}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.1}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_LIGHTHOUSE_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -84,7 +84,7 @@ services:

cl-teku:
profiles: [cl-teku]
image: consensys/teku:${VC_VERSION:-26.4.0}
image: consensys/teku:${VC_VERSION:-26.7.1}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -118,7 +118,7 @@ services:

cl-lodestar:
profiles: [cl-lodestar]
image: chainsafe/lodestar:${VC_VERSION:-v1.42.0}
image: chainsafe/lodestar:${VC_VERSION:-v1.45.0}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -153,7 +153,7 @@ services:

cl-prysm:
profiles: [cl-prysm]
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.3}
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.8}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"
Expand Down
6 changes: 3 additions & 3 deletions compose-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

services:
cadvisor:
image: gcr.io/cadvisor/cadvisor:${CADVISOR_VERSION:-v0.55.1}
image: ghcr.io/google/cadvisor:${CADVISOR_VERSION:-v0.60.5}
command: --raw_cgroup_prefix_whitelist=/docker/ --disable_metrics=hugetlb
privileged: true
volumes:
Expand All @@ -22,7 +22,7 @@ services:
image: bitnamilegacy/node-exporter:${NODE_EXPORTER_VERSION:-1.9.1}

tempo:
image: grafana/tempo:${TEMPO_VERSION:-2.10.5}
image: grafana/tempo:${TEMPO_VERSION:-2.10.7}
user: ":"
command: -config.file=/etc/tempo/tempo.yaml
volumes:
Expand All @@ -31,7 +31,7 @@ services:
restart: unless-stopped

loki:
image: grafana/loki:${LOKI_VERSION:-3.7.1}
image: grafana/loki:${LOKI_VERSION:-3.7.4}
user: ":"
command: -config.file=/etc/loki/loki.yml
volumes:
Expand Down
4 changes: 2 additions & 2 deletions compose-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

el-nethermind:
profiles: [el-nethermind]
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.2}
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.39.2}
restart: unless-stopped
ports:
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down Expand Up @@ -49,7 +49,7 @@ services:

el-reth:
profiles: [el-reth]
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.1.0}
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.4.1}
restart: unless-stopped
ports:
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down
8 changes: 4 additions & 4 deletions compose-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
services:
prometheus:
profiles: [monitoring-metrics]
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.13.2}
user: ":"
networks: [dvnode]
environment:
Expand All @@ -22,7 +22,7 @@ services:

grafana:
profiles: [monitoring-visualization]
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
image: grafana/grafana:${GRAFANA_VERSION:-13.1.1}
user: ":"
ports:
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
Expand All @@ -37,7 +37,7 @@ services:

loki:
profiles: [monitoring-log-aggregator]
image: grafana/loki:${LOKI_VERSION:-3.7.1}
image: grafana/loki:${LOKI_VERSION:-3.7.4}
user: ":"
networks: [dvnode]
command: -config.file=/etc/loki/loki.yml
Expand All @@ -48,7 +48,7 @@ services:

alloy:
profiles: [monitoring-log-collector]
image: grafana/alloy:${ALLOY_VERSION:-v1.16.0}
image: grafana/alloy:${ALLOY_VERSION:-v1.18.0}
environment:
CHARON_LOKI_ADDRESSES: ${CHARON_LOKI_ADDRESSES:-}
CLUSTER_NAME: ${CLUSTER_NAME:-}
Expand Down
10 changes: 5 additions & 5 deletions compose-vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

vc-lodestar:
profiles: [vc-lodestar]
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.42.0}
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.45.0}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand All @@ -36,11 +36,11 @@ services:

vc-nimbus:
profiles: [vc-nimbus]
image: "lido-nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v26.1.0}"
image: "lido-nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v26.7.0}"
build:
context: nimbus
args:
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v26.1.0}
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v26.7.0}
depends_on: [charon]
networks: [dvnode]
environment:
Expand All @@ -61,7 +61,7 @@ services:

vc-prysm:
profiles: [vc-prysm]
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.3}
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.8}
platform: "linux/amd64"
depends_on: [charon]
networks: [dvnode]
Expand All @@ -85,7 +85,7 @@ services:

vc-teku:
profiles: [vc-teku]
image: consensys/teku:${VC_TEKU_VERSION:-26.4.0}
image: consensys/teku:${VC_TEKU_VERSION:-26.7.1}
command: |
validator-client
--beacon-node-api-endpoint "http://charon:3600"
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|

nethermind:
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2}
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.39.2}
profiles: [""]
restart: unless-stopped
ports:
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.1.3}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.1}
profiles: [""]
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.42.0}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.45.0}
profiles: [""]
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
Expand All @@ -153,7 +153,7 @@ services:
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|

mev-boost:
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10.1}
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.12.0}
profiles: [""]
# `relays`` flag uses the old deprecated `MEVBOOST_RELAYS` variable that used this container.
# When users switch to the new .env they will not use this container, but the one in `compose-mev.yml`.
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
# |___/

prometheus:
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.13.2}
profiles: [""]
user: ":"
networks: [dvnode]
Expand All @@ -198,7 +198,7 @@ services:
restart: unless-stopped

grafana:
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
image: grafana/grafana:${GRAFANA_VERSION:-13.1.1}
profiles: [""]
user: ":"
ports:
Expand All @@ -213,7 +213,7 @@ services:
restart: unless-stopped

loki:
image: grafana/loki:${LOKI_VERSION:-3.7.1}
image: grafana/loki:${LOKI_VERSION:-3.7.4}
profiles: [""]
user: ":"
networks: [dvnode]
Expand Down