fix: rename default docker image

This commit is contained in:
Roman 2025-03-25 08:11:19 +00:00
parent b006bda4a9
commit 9a90fc29d1
No known key found for this signature in database
GPG Key ID: 8857C6B7DBCEA320

View File

@ -15,7 +15,7 @@ def get_env_var(var_name, default=None):
# Configuration constants. Need to be upercase to appear in reports
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos-node:testnet"
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos:testnet"
NOMOS_IMAGE = get_env_var("NOMOS_IMAGE", DEFAULT_NOMOS_IMAGE)
DEFAULT_PROXY_IMAGE = "bitnami/configurable-http-proxy:latest"