Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect images version for goerli network #148

Open
PabloCastellano opened this issue Jan 20, 2024 · 1 comment
Open

Incorrect images version for goerli network #148

PabloCastellano opened this issue Jan 20, 2024 · 1 comment
Assignees
Labels
bug-ci Bugs in CI/CD pipelines

Comments

@PabloCastellano
Copy link

The docker images installed by default when specifying network: goerli are not compatible with the latest hard fork.

All clients have released a minor version supporting the dencun fork.

As workaround, you can manually specify the image tags:

nethermind_docker_image: nethermind/nethermind:1.25.1
lighthouse_docker_image: sigp/lighthouse:v4.6.0-rc.0-modern
geth_docker_image: ethereum/client-go:v1.13.10
@karolpivo
Copy link
Contributor

Hi,

thanks for raising the issue. Our release workflow that we use to publish updates to Galaxy hasn't run. I will need to look into it.

I have triggered it manually and the latest client versions are now included in the version 0.30.0 of the Ansible role. Please run:

ansible-galaxy role install --force slingnode.ethereum

to install the latest version.

@karolpivo karolpivo self-assigned this Jan 20, 2024
@karolpivo karolpivo added the bug-ci Bugs in CI/CD pipelines label Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-ci Bugs in CI/CD pipelines
Projects
None yet
Development

No branches or pull requests

2 participants