Skip to content

Commit

Permalink
bump images
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 24, 2024
1 parent eddb806 commit 8f26fbe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
11 changes: 0 additions & 11 deletions ansible/inventories/devnet-3/host_vars/teku-geth-1.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default_ethereum_client_images:
besu: ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: ethpandaops/geth:lightclient-prague-devnet-4-37035c5
erigon: thorax/erigon:docker_pectra
ethereumjs: ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-3f3a3cc
ethereumjs: ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-f487448
nethermind: ethpandaops/nethermind:pectra_devnet_4-c3827bc
reth: ethpandaops/reth:onbjerg-devnet-4-8a40d5c

Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/ethereumjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ethereumjs_container_env:
VIRTUAL_HOST: "{{ ethereum_node_rcp_hostname }}"
VIRTUAL_PORT: "{{ ethereum_node_el_ports_http_rpc | string }}"
LETSENCRYPT_HOST: "{{ ethereum_node_rcp_hostname }}"
DEBUG: "ethjs,client:*"
DEBUG: "ethjs,client,vm:*"
ethereumjs_container_ports_ipv4:
- "127.0.0.1:{{ ethereumjs_ports_http_rpc }}:{{ ethereumjs_ports_http_rpc }}"
- "127.0.0.1:{{ ethereumjs_ports_engine }}:{{ ethereumjs_ports_engine }}"
Expand Down
11 changes: 11 additions & 0 deletions ansible/inventories/devnet-4/host_vars/teku-geth-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:pawan-electra-alpha7-0dd215c
lodestar: ethpandaops/lodestar:devnet-4-1531b19
nimbus: ethpandaops/nimbus-eth2:unstable-250a80e
prysm: ethpandaops/prysm-beacon-chain:develop-4aa5410
prysm_validator: ethpandaops/prysm-validator:develop-4aa5410
teku: ethpandaops/teku:master-b22b3d5
grandine: ethpandaops/grandine:pectra-devnet4-dd9e2f3
### Execution layer clients
geth: ethpandaops/geth:bad-block-generator-pectra-bcbb8ab

0 comments on commit 8f26fbe

Please sign in to comment.