Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
308a6f0c32 | ||
|
|
3477e8ff96 | ||
|
|
fca61c0981 |
@@ -1,2 +1,2 @@
|
||||
# Change this file to trigger the job publish-fixturenet-eth-images.yml
|
||||
4
|
||||
5
|
||||
@@ -1,9 +1,9 @@
|
||||
FROM cerc/fixturenet-eth-genesis-postmerge:local as fnetgen
|
||||
FROM ethereum/client-go:release-1.14 as geth
|
||||
FROM ethereum/client-go:v1.14.8 as geth
|
||||
|
||||
# Using the same golang image as used to build geth: https://github.com/cerc-io/go-ethereum/blob/HEAD/Dockerfile
|
||||
FROM golang:1.21-alpine as delve
|
||||
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
|
||||
|
||||
FROM alpine:3.17
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM cerc/fixturenet-eth-genesis-postmerge:local as fnetgen
|
||||
|
||||
# Using the same golang image as used to build geth: https://github.com/cerc-io/go-ethereum/blob/HEAD/Dockerfile
|
||||
FROM golang:1.21-alpine as delve
|
||||
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
|
||||
|
||||
FROM cerc/plugeth-statediff:local as statediff
|
||||
# FIXME: fork of plugeth, use stock after upstreaming patches
|
||||
|
||||
@@ -6,7 +6,7 @@ repos:
|
||||
- git.vdb.to/cerc-io/plugeth-statediff
|
||||
- git.vdb.to/cerc-io/lighthouse
|
||||
- git.vdb.to/cerc-io/ipld-eth-db
|
||||
- git.vdb.to/cerc-io/ipld-eth-server
|
||||
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
||||
containers:
|
||||
- cerc/plugeth-statediff
|
||||
- cerc/plugeth
|
||||
|
||||
Reference in New Issue
Block a user