File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33# Note: These are fallback defaults. Actual values are extracted from client-cmds/peam-cmd.sh
44# in the tasks/main.yml file. These defaults are used if extraction fails.
55
6- peam_docker_image : " ghcr.io/malik672/peam:sha-c6d8421 "
6+ peam_docker_image : " ghcr.io/malik672/peam:sha-f11c8d1 "
77deployment_mode : docker # docker or binary
Original file line number Diff line number Diff line change 2222
2323- name : Set docker image and deployment mode from client-cmd.sh
2424 set_fact :
25- peam_docker_image : " {{ peam_docker_image_raw.stdout | trim | default('ghcr.io/malik672/peam:sha-c6d8421 ') }}"
25+ peam_docker_image : " {{ peam_docker_image_raw.stdout | trim | default('ghcr.io/malik672/peam:sha-f11c8d1 ') }}"
2626 deployment_mode : " {{ peam_deployment_mode_raw.stdout | trim | default('docker') }}"
2727
2828- name : Extract node configuration from validator-config.yaml
Original file line number Diff line number Diff line change 33# -----------------------peam setup----------------------
44
55binary_path=" $scriptDir /../Peam/target/release/peam"
6- default_peam_docker_image=" ghcr.io/malik672/peam:sha-c6d8421 "
6+ default_peam_docker_image=" ghcr.io/malik672/peam:sha-f11c8d1 "
77peam_docker_image=" ${PEAM_DOCKER_IMAGE:- $default_peam_docker_image } "
88runtime_config_host=" $dataDir /$item /peam.conf"
99runtime_config_container=" /data/peam.conf"
@@ -83,7 +83,7 @@ if [ -d "$hash_sig_keys_dir" ]; then
8383 validator_keys_flag_container=" --validator-keys /config/hash-sig-keys"
8484fi
8585
86- node_docker=" ghcr.io/malik672/peam:sha-c6d8421 \
86+ node_docker=" ghcr.io/malik672/peam:sha-f11c8d1 \
8787 --run \
8888 --config $runtime_config_container \
8989 --data-dir /data \
@@ -94,7 +94,7 @@ node_docker="ghcr.io/malik672/peam:sha-c6d8421 \
9494 $checkpoint_sync_flag "
9595
9696if [ -n " ${PEAM_DOCKER_IMAGE:- } " ]; then
97- node_docker=" ${peam_docker_image}${node_docker# " ghcr.io/malik672/peam:sha-c6d8421 " } "
97+ node_docker=" ${peam_docker_image}${node_docker# " ghcr.io/malik672/peam:sha-f11c8d1 " } "
9898fi
9999
100100node_setup=" docker"
You can’t perform that action at this time.
0 commit comments