Skip to content

Commit e62c3da

Browse files
committed
Update Lantern Docker image and repository
1 parent c829b79 commit e62c3da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Every Ansible deployment automatically deploys an observability stack alongside
205205
- If specified, uses `root` user for SSH connections
206206
- Example: `--useRoot` to connect as root user
207207
10. `--tag` specifies the Docker image tag to use for zeam, ream, qlean, lantern, lighthouse, grandine and ethlambda containers.
208-
- If provided, all clients will use this tag (e.g., `blockblaz/zeam:${tag}`, `ghcr.io/reamlabs/ream:${tag}`, `qdrvm/qlean-mini:${tag}`, `piertwo/lantern:${tag}`, `hopinheimer/lighthouse:${tag}`, `sifrai/lean:${tag}`, `ghcr.io/lambdaclass/ethlambda:${tag}`)
208+
- If provided, all clients will use this tag (e.g., `blockblaz/zeam:${tag}`, `ghcr.io/reamlabs/ream:${tag}`, `qdrvm/qlean-mini:${tag}`, `bitminemavan/lantern:${tag}`, `hopinheimer/lighthouse:${tag}`, `sifrai/lean:${tag}`, `ghcr.io/lambdaclass/ethlambda:${tag}`)
209209
- If not provided, defaults to `latest` for zeam, ream, and lantern, and `dd67521` for qlean
210210
- The script will automatically pull the specified Docker images before running containers
211211
- Example: `--tag devnet0` or `--tag devnet1`

ansible/roles/lantern/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Note: These are fallback defaults. Actual values are extracted from client-cmds/lantern-cmd.sh
44
# in the tasks/main.yml file. These defaults are used if extraction fails.
55

6-
lantern_docker_image: "piertwo/lantern:v0.0.4"
6+
lantern_docker_image: "bitminemavan/lantern:v0.0.4"
77
deployment_mode: docker # docker or binary
88

ansible/roles/lantern/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- name: Set lantern docker image
66
set_fact:
7-
lantern_docker_image: "piertwo/lantern:v0.0.4"
7+
lantern_docker_image: "bitminemavan/lantern:v0.0.4"
88

99
- name: Extract deployment mode from client-cmd.sh
1010
shell: |

client-cmds/lantern-cmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#-----------------------lantern setup----------------------
4-
LANTERN_IMAGE="piertwo/lantern:v0.0.4"
4+
LANTERN_IMAGE="bitminemavan/lantern:v0.0.4"
55

66
devnet_flag=""
77
if [ -n "$devnet" ]; then
@@ -40,7 +40,7 @@ if [ -z "$httpPort" ]; then
4040
httpPort="5055"
4141
fi
4242

43-
# Lantern's repo: https://github.com/Pier-Two/lantern
43+
# Lantern's repo: https://github.com/bitminetech/lantern
4444
node_binary="$scriptDir/lantern/build/lantern_cli \
4545
--data-dir $dataDir/$item \
4646
--genesis-config $configDir/config.yaml \

0 commit comments

Comments
 (0)