Skip to content

Commit

Permalink
use docker cache to avoid rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Nov 20, 2024
1 parent edef031 commit 1f2c0de
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:electra-alpha7-da953b8
lodestar: ethpandaops/lodestar:devnet-4-1531b19
nimbus: ethpandaops/nimbus-eth2:4JM-25aae76
prysm: ethpandaops/prysm-beacon-chain:develop-4aa5410
prysm_validator: ethpandaops/prysm-validator:develop-4aa5410
teku: consensys/teku:24.10.3
grandine: ethpandaops/grandine:pectra-devnet4-bd507cb
lighthouse: docker.ethquokkaops.io/dh/ethpandaops/lighthouse:electra-alpha7-da953b8
lodestar: docker.ethquokkaops.io/dh/ethpandaops/lodestar:devnet-4-1531b19
nimbus: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth2:4JM-25aae76
prysm: docker.ethquokkaops.io/dh/ethpandaops/prysm-beacon-chain:develop-4aa5410
prysm_validator: docker.ethquokkaops.io/dh/ethpandaops/prysm-validator:develop-4aa5410
teku: docker.ethquokkaops.io/dh/consensys/teku:24.10.3
grandine: docker.ethquokkaops.io/dh/ethpandaops/grandine:pectra-devnet4-bd507cb
### Execution layer clients
besu: ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: ethpandaops/geth:lightclient-prague-devnet-4-37035c5
erigon: ethpandaops/erigon:pectra_e2-36c7436
ethereumjs: ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-f487448
nethermind: ethpandaops/nethermind:pectra_devnet_4-c3827bc
reth: ethpandaops/reth:main-dd18af1
nimbusel: ethpandaops/nimbus-eth1:master-9e98c93
besu: docker.ethquokkaops.io/dh/ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: docker.ethquokkaops.io/dh/ethpandaops/geth:lightclient-prague-devnet-4-37035c5
erigon: docker.ethquokkaops.io/dh/ethpandaops/erigon:pectra_e2-36c7436
ethereumjs: docker.ethquokkaops.io/dh/ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-f487448
nethermind: docker.ethquokkaops.io/dh/ethpandaops/nethermind:pectra_devnet_4-c3827bc
reth: docker.ethquokkaops.io/dh/ethpandaops/reth:main-dd18af1
nimbusel: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth1:master-9e98c93

default_tooling_images:
xatu_sentry: ethpandaops/xatu:0.0.16-pectra-debian
ethereum_metrics_exporter: ethpandaops/ethereum-metrics-exporter:latest
tx_fuzz: ethpandaops/tx-fuzz:pr-56
forkmon: skylenet/nodemonitor:darkmode
forky: ethpandaops/forky:latest
fauceth: skylenet/fauceth:fix_fee_estimation
powfaucet: pk910/powfaucet:v2-stable
ethstats: skylenet/ethstats-server:poa-no-geoip
homepage: ethpandaops/ethereum-testnet-homepage:latest
checkpointz: ethpandaops/checkpointz:0.0.7-electra-debian
blockscout: blockscout/blockscout:latest
blockscout_frontend: ghcr.io/blockscout/frontend:latest
beacon_metrics_gazer: dapplion/beacon-metrics-gazer:latest
eth_fauceth: chainflag/eth-faucet:latest
blobscan: blossomlabs/blobscan:latest
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:pk910-trigger-el-requests-latest
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.4.0
tracoor: ethpandaops/tracoor:0.0.25-debian
ncli: status-im/nimbus-eth2:unstable
lcli: ethpandaops/lighthouse:unstable-a94b12blo
xatu_sentry: docker.ethquokkaops.io/dh/ethpandaops/xatu:0.0.16-pectra-debian
ethereum_metrics_exporter: docker.ethquokkaops.io/dh/ethpandaops/ethereum-metrics-exporter:latest
tx_fuzz: docker.ethquokkaops.io/dh/ethpandaops/tx-fuzz:pr-56
forkmon: docker.ethquokkaops.io/dh/skylenet/nodemonitor:darkmode
forky: docker.ethquokkaops.io/dh/ethpandaops/forky:latest
fauceth: docker.ethquokkaops.io/dh/skylenet/fauceth:fix_fee_estimation
powfaucet: docker.ethquokkaops.io/dh/pk910/powfaucet:v2-stable
ethstats: docker.ethquokkaops.io/dh/skylenet/ethstats-server:poa-no-geoip
homepage: docker.ethquokkaops.io/dh/ethpandaops/ethereum-testnet-homepage:latest
checkpointz: docker.ethquokkaops.io/dh/ethpandaops/checkpointz:0.0.7-electra-debian
blockscout: docker.ethquokkaops.io/dh/blockscout/blockscout:latest
blockscout_frontend: docker.ethquokkaops.io/dh/ghcr.io/blockscout/frontend:latest
beacon_metrics_gazer: docker.ethquokkaops.io/dh/dapplion/beacon-metrics-gazer:latest
eth_fauceth: docker.ethquokkaops.io/dh/chainflag/eth-faucet:latest
blobscan: docker.ethquokkaops.io/dh/blossomlabs/blobscan:latest
blobscan_indexer: docker.ethquokkaops.io/dh/blossomlabs/blobscan-indexer:latest
dora: docker.ethquokkaops.io/dh/ethpandaops/dora:pk910-trigger-el-requests-latest
dugtrio: docker.ethquokkaops.io/dh/ethpandaops/dugtrio:latest
ethereum_genesis_generator: docker.ethquokkaops.io/dh/ethpandaops/ethereum-genesis-generator:3.4.0
tracoor: docker.ethquokkaops.io/dh/ethpandaops/tracoor:0.0.25-debian
ncli: docker.ethquokkaops.io/dh/status-im/nimbus-eth2:unstable
lcli: docker.ethquokkaops.io/dh/ethpandaops/lighthouse:unstable-a94b12blo
zcli: electra
assertoor: ethpandaops/assertoor:electra-support-latest
assertoor: docker.ethquokkaops.io/dh/ethpandaops/assertoor:electra-support-latest

0 comments on commit 1f2c0de

Please sign in to comment.