Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
geth 1.13.10 and prysm 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Jan 12, 2024
1 parent f789372 commit 3bccc71
Show file tree
Hide file tree
Showing 12 changed files with 118 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform=${BUILDPLATFORM} golang:1.21.6 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.9
ARG VERSION=v1.13.10
RUN git clone --quiet --branch ${VERSION} --depth 1 https://github.com/ethereum/go-ethereum .
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build go run build/ci.go install -static ./cmd/geth

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```
docker pull ghcr.io/islishude/geth:latest
docker pull ghcr.io/islishude/geth:1.13.9
docker pull ghcr.io/islishude/geth:1.13.10
```

**NOTE**: the default user id of the image is **65532**
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.9
image: ethereum/client-go:v1.13.10
restart: unless-stopped
ports:
- 30303:30303
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
volumes:
- ${PRYSM_DATADIR:-/data/prysm}:/genesis
prysm:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.1.1
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.2.0
restart: unless-stopped
stop_grace_period: 2m
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.9
image: ethereum/client-go:v1.13.10
restart: unless-stopped
ports:
- 30303:30303
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
volumes:
- ${PRYSM_DATADIR:-/data/prysm}:/genesis
prysm:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.1.1
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.2.0
restart: unless-stopped
stop_grace_period: 2m
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.9
image: ethereum/client-go:v1.13.10
restart: unless-stopped
ports:
- 30303:30303
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
max-size: 2m
max-file: 10
prysm:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.1.1
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.2.0
restart: unless-stopped
stop_grace_period: 2m
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/sepolia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.9
image: ethereum/client-go:v1.13.10
restart: unless-stopped
ports:
- 30303:30303
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
volumes:
- ${PRYSM_DATADIR:-/data/prysm}:/genesis
prysm:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.1.1
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.2.0
restart: unless-stopped
stop_grace_period: 2m
volumes:
Expand Down
6 changes: 3 additions & 3 deletions flags/geth
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USAGE:
geth [global options] command [command options] [arguments...]

VERSION:
1.13.9-stable-dd938d10
1.13.10-stable-bc0be1b1

COMMANDS:
account Manage accounts
Expand Down Expand Up @@ -46,7 +46,7 @@ GLOBAL OPTIONS:
--password value ($GETH_PASSWORD)
Password file to use for non-interactive password input

--pcscdpath value ($GETH_PCSCDPATH)
--pcscdpath value (default: "/run/pcscd/pcscd.comm") ($GETH_PCSCDPATH)
Path to the smartcard daemon (pcscd) socket file

--signer value ($GETH_SIGNER)
Expand Down Expand Up @@ -221,7 +221,7 @@ GLOBAL OPTIONS:
--config value ($GETH_CONFIG)
TOML configuration file

--datadir value (default: /Users/sudoless/Library/Ethereum) ($GETH_DATADIR)
--datadir value (default: /home/nonroot/.ethereum) ($GETH_DATADIR)
Data directory for the databases and keystore

--datadir.ancient value ($GETH_DATADIR_ANCIENT)
Expand Down
190 changes: 97 additions & 93 deletions flags/prysm-beacon-chain

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions k8s/goerli/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.9
newTag: v1.13.10
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
newTag: v4.2.0
4 changes: 2 additions & 2 deletions k8s/holeksy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.9
newTag: v1.13.10
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
newTag: v4.2.0
4 changes: 2 additions & 2 deletions k8s/mainnet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.9
newTag: v1.13.10
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
newTag: v4.2.0
4 changes: 2 additions & 2 deletions k8s/sepolia/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.9
newTag: v1.13.10
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
newTag: v4.2.0

0 comments on commit 3bccc71

Please sign in to comment.