Compare commits
2 Commits
main
...
dboreham/b
| Author | SHA1 | Date |
|---|---|---|
|
|
c06815a34b | |
|
|
9e99b2ca23 |
|
|
@ -1,4 +1,4 @@
|
|||
FROM sigp/lcli:v3.2.1 AS lcli
|
||||
FROM cerc/lighthouse-lcli:local AS lcli
|
||||
FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen
|
||||
FROM cerc/fixturenet-eth-geth:local AS fnetgeth
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# Build a local version of the sigp/lighthouse image
|
||||
docker build -t cerc/lighthouse-base:local -f ${CERC_REPO_BASE_DIR}/lighthouse/Dockerfile ${CERC_REPO_BASE_DIR}/lighthouse
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# Build a local version of the sigp/lcli image
|
||||
docker build -t cerc/lighthouse-lcli:local -f ${CERC_REPO_BASE_DIR}/lighthouse/lcli/Dockerfile ${CERC_REPO_BASE_DIR}/lighthouse
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
FROM sigp/lighthouse:v3.2.1-modern
|
||||
FROM cerc/lighthouse-base:local
|
||||
|
||||
RUN apt-get update; apt-get install bash netcat curl less jq -y;
|
||||
|
||||
|
|
|
|||
|
|
@ -34,3 +34,5 @@ cerc/act-runner-task-executor
|
|||
cerc/optimism-l2geth
|
||||
cerc/optimism-op-batcher
|
||||
cerc/optimism-op-node
|
||||
cerc/lighthouse-base
|
||||
cerc/lighthouse-lcli
|
||||
|
|
|
|||
|
|
@ -28,3 +28,4 @@ lirewine/sdk
|
|||
telackey/act_runner
|
||||
ethereum-optimism/op-geth
|
||||
ethereum-optimism/optimism
|
||||
sigp/lighthouse
|
||||
|
|
|
|||
|
|
@ -3,9 +3,12 @@ name: fixturenet-eth
|
|||
decription: "Ethereum Fixturenet"
|
||||
repos:
|
||||
- cerc-io/go-ethereum
|
||||
- cerc-io/lighthouse
|
||||
- dboreham/foundry
|
||||
containers:
|
||||
- cerc/go-ethereum
|
||||
- cerc/lighthouse-base
|
||||
- cerc/lighthouse-lcli
|
||||
- cerc/lighthouse
|
||||
- cerc/fixturenet-eth-geth
|
||||
- cerc/fixturenet-eth-lighthouse
|
||||
|
|
|
|||
Loading…
Reference in New Issue