Describe the bug
Got some errors after selecting lodestar and lighthouse validators on Hoodi from the sedge cli command.
To Reproduce
Steps to reproduce the behavior:
- Run
sedge cli
- Select lighthouse as validator
✔ Container sedge-validator-client Recreated 0.1s
2025-09-09 14:04:09 -- [INFO] Running command: docker build -t sedge/validator-import-lighthouse --build-arg NETWORK=hoodi --build-arg LH_VERSION=sigp/lighthouse:v7.0.0 /tmp/sedge-validator-import-context-4266650796
[+] Building 4.4s (6/11) docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 539B 0.0s
=> [internal] load metadata for docker.io/library/debian:stable-20221004-slim 2.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/8] FROM docker.io/library/debian:stable-20221004-slim@sha256:92ed72016796475ea1f18f84cd8e2f8519ece3a9ea27fdde1157464078ea5371 1.9s
=> => resolve docker.io/library/debian:stable-20221004-slim@sha256:92ed72016796475ea1f18f84cd8e2f8519ece3a9ea27fdde1157464078ea5371 0.0s
=> => sha256:5c556efcf56e15c4bcf7ba32d5ac7c3f16006277c183365da31bd551d459489e 31.42MB / 31.42MB 1.4s
=> => sha256:92ed72016796475ea1f18f84cd8e2f8519ece3a9ea27fdde1157464078ea5371 1.85kB / 1.85kB 0.0s
=> => sha256:a4912461baca94ca557af4e779857867a25e0215d157d2dc04f148811e7877f8 529B / 529B 0.0s
=> => sha256:6a53e0f5c32d35e4c23739c1e65fa615ac5b114b5ff5f72676220d3d504efb36 1.46kB / 1.46kB 0.0s
=> => extracting sha256:5c556efcf56e15c4bcf7ba32d5ac7c3f16006277c183365da31bd551d459489e 0.5s
=> [internal] load build context 0.0s
=> => transferring context: 1.00kB 0.0s
=> ERROR [2/8] RUN apt-get update && apt-get install -y curl dos2unix bash 0.4s
------
> [2/8] RUN apt-get update && apt-get install -y curl dos2unix bash:
0.175 Get:1 http://deb.debian.org/debian stable InRelease [140 kB]
0.193 Get:2 http://deb.debian.org/debian-security stable-security InRelease [43.4 kB]
0.201 Get:3 http://deb.debian.org/debian stable-updates InRelease [47.1 kB]
0.252 Err:1 http://deb.debian.org/debian stable InRelease
0.252 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265 NO_PUBKEY 762F67A0B2C39DE4
0.310 Err:2 http://deb.debian.org/debian-security stable-security InRelease
0.310 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BDE6D2B9216EC7A8 NO_PUBKEY 8E9F831205B4BA95
0.367 Err:3 http://deb.debian.org/debian stable-updates InRelease
0.367 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265
0.368 Reading package lists...
0.373 W: GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265 NO_PUBKEY 762F67A0B2C39DE4
0.373 E: The repository 'http://deb.debian.org/debian stable InRelease' is not signed.
0.373 W: GPG error: http://deb.debian.org/debian-security stable-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BDE6D2B9216EC7A8 NO_PUBKEY 8E9F831205B4BA95
0.373 E: The repository 'http://deb.debian.org/debian-security stable-security InRelease' is not signed.
0.373 W: GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265
0.373 E: The repository 'http://deb.debian.org/debian stable-updates InRelease' is not signed.
------
Dockerfile:8
--------------------
6 | ARG NETWORK
7 |
8 | >>> RUN apt-get update && apt-get install -y curl dos2unix bash
9 |
10 | RUN version=$(echo $LH_VERSION | cut -d':' -f 2) \
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl dos2unix bash" did not complete successfully: exit code: 100
2025-09-09 14:04:14 -- [FATA] exit status 1
- If
lodestar is selected
2025-09-09 14:01:19 -- [FATA] unknown lodestar preset for network hoodi
Expected behavior
Expected it to work.
Desktop (please complete the following information):
- OS: [e.g. iOS] MacOS
- Browser [e.g. chrome, safari]
- Version [e.g. 22] v1.9.1
Describe the bug
Got some errors after selecting lodestar and lighthouse validators on Hoodi from the
sedge clicommand.To Reproduce
Steps to reproduce the behavior:
sedge clilodestaris selectedExpected behavior
Expected it to work.
Desktop (please complete the following information):