Compare commits
4 Commits
84c95a607f
...
904482dda3
Author | SHA1 | Date | |
---|---|---|---|
904482dda3 | |||
241023086f | |||
afed7bf469 | |||
3fbbe26c9e |
@ -1,6 +1,6 @@
|
|||||||
FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen
|
FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen
|
||||||
|
|
||||||
FROM golang:1.20-alpine3.18 as builder
|
FROM golang:1.20-alpine as builder
|
||||||
|
|
||||||
RUN apk add --no-cache python3 py3-pip
|
RUN apk add --no-cache python3 py3-pip
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ RUN cd /opt/genesis && make genesis-el
|
|||||||
RUN go install github.com/cerc-io/eth-dump-genblock@latest
|
RUN go install github.com/cerc-io/eth-dump-genblock@latest
|
||||||
RUN eth-dump-genblock /opt/genesis/build/el/geth.json > /opt/genesis/build/el/genesis_block.json
|
RUN eth-dump-genblock /opt/genesis/build/el/geth.json > /opt/genesis/build/el/genesis_block.json
|
||||||
|
|
||||||
FROM alpine:3.18
|
FROM alpine:latest
|
||||||
|
|
||||||
COPY --from=builder /opt/genesis /opt/genesis
|
COPY --from=builder /opt/genesis /opt/genesis
|
||||||
|
@ -2,28 +2,28 @@ version: "1.2"
|
|||||||
name: fixturenet-plugeth-tx
|
name: fixturenet-plugeth-tx
|
||||||
decription: "plugeth Ethereum Fixturenet w/ tx-spammer"
|
decription: "plugeth Ethereum Fixturenet w/ tx-spammer"
|
||||||
repos:
|
repos:
|
||||||
- git.vdb.to/cerc-io/plugeth@statediff-wip
|
- github.com/cerc-io/tx-spammer
|
||||||
- git.vdb.to/cerc-io/plugeth-statediff@wip
|
- github.com/dboreham/foundry
|
||||||
- github.com/cerc-io/lighthouse
|
- github.com/cerc-io/lighthouse
|
||||||
- github.com/cerc-io/ipld-eth-db@v5
|
- github.com/cerc-io/ipld-eth-db@v5
|
||||||
- github.com/cerc-io/ipld-eth-server@v5
|
- github.com/cerc-io/ipld-eth-server@v5
|
||||||
- github.com/cerc-io/tx-spammer
|
- git.vdb.to/cerc-io/plugeth@statediff-wip
|
||||||
- github.com/dboreham/foundry
|
- git.vdb.to/cerc-io/plugeth-statediff@wip
|
||||||
containers:
|
containers:
|
||||||
|
- cerc/lighthouse
|
||||||
|
- cerc/lighthouse-cli
|
||||||
- cerc/plugeth-statediff
|
- cerc/plugeth-statediff
|
||||||
- cerc/plugeth
|
- cerc/plugeth
|
||||||
- cerc/fixturenet-eth-genesis
|
- cerc/fixturenet-eth-genesis
|
||||||
- cerc/fixturenet-plugeth-plugeth
|
- cerc/fixturenet-plugeth-plugeth
|
||||||
- cerc/lighthouse
|
|
||||||
- cerc/lighthouse-cli
|
|
||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
- cerc/tx-spammer
|
- cerc/tx-spammer
|
||||||
- cerc/foundry
|
- cerc/foundry
|
||||||
- cerc/ipld-eth-db
|
- cerc/ipld-eth-db
|
||||||
- cerc/ipld-eth-server
|
- cerc/ipld-eth-server
|
||||||
pods:
|
pods:
|
||||||
- fixturenet-plugeth
|
|
||||||
- ipld-eth-db
|
- ipld-eth-db
|
||||||
- ipld-eth-server
|
- ipld-eth-server
|
||||||
- tx-spammer
|
- fixturenet-plugeth
|
||||||
- foundry
|
- foundry
|
||||||
|
- tx-spammer
|
||||||
|
Loading…
Reference in New Issue
Block a user