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
12 changes: 6 additions & 6 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 @@ -47,7 +47,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:${CL_TEKU_VERSION:-26.4.0}
image: consensys/teku:${CL_TEKU_VERSION:-26.7.1}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -120,7 +120,7 @@ services:

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

cl-prysm:
profiles: [ cl-prysm ]
image: gcr.io/prysmaticlabs/prysm/beacon-chain:${CL_PRYSM_VERSION:-v7.1.3}
image: gcr.io/prysmaticlabs/prysm/beacon-chain:${CL_PRYSM_VERSION:-v7.1.8}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -191,7 +191,7 @@ services:

cl-nimbus:
profiles: [ cl-nimbus ]
image: statusim/nimbus-eth2:${CL_NIMBUS_VERSION:-multiarch-v26.3.1}
image: statusim/nimbus-eth2:${CL_NIMBUS_VERSION:-multiarch-v26.7.0}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_NIMBUS_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.37.0}
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 @@ -48,7 +48,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
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: "nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v26.2.1}"
image: "nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v26.7.0}"
build:
context: nimbus
args:
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v26.2.1}
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v26.7.0}
depends_on: [charon]
networks: [dvnode]
environment:
Expand All @@ -62,7 +62,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 @@ -86,7 +86,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
12 changes: 6 additions & 6 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.37.0}
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 @@ -126,7 +126,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 @@ -151,7 +151,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: [""]
command: |
-${NETWORK}
Expand All @@ -172,7 +172,7 @@ services:
# |___/

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

grafana:
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 Down
2 changes: 1 addition & 1 deletion logging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
alloy:
image: grafana/alloy:${ALLOY_VERSION:-v1.11.3}
image: grafana/alloy:${ALLOY_VERSION:-v1.18.0}
environment:
CHARON_LOKI_ADDRESSES: ${CHARON_LOKI_ADDRESSES}
CLUSTER_NAME: ${CLUSTER_NAME}
Expand Down
2 changes: 1 addition & 1 deletion scripts/edit/test/docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
entrypoint: ["sh", "-c", "tail -f /dev/null"]

vc-lodestar:
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.38.0}
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.45.0}
entrypoint: ["sh", "-c", "tail -f /dev/null"]
volumes:
- .charon/validator_keys:/home/charon/validator_keys
Expand Down