Compare commits

...

2 Commits

Author SHA1 Message Date
David Boreham c06815a34b Use forked lighthouse repo to pick up build fix
Former-commit-id: dbdb1ff4de
2023-04-08 13:59:39 -06:00
David Boreham 9e99b2ca23 Build lighthouse containers locally to get arm64 platform compatibility
Former-commit-id: a80bbd4a04
2023-04-07 21:53:08 -06:00
7 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -28,3 +28,4 @@ lirewine/sdk
telackey/act_runner
ethereum-optimism/op-geth
ethereum-optimism/optimism
sigp/lighthouse

View File

@ -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