diff --git a/content/guides/operator-quickstart/index.md b/content/guides/operator-quickstart/index.md index 205aa2c..0585435 100644 --- a/content/guides/operator-quickstart/index.md +++ b/content/guides/operator-quickstart/index.md @@ -191,7 +191,7 @@ docker run -d \ -p 9182:9181 \ -p 9172:9171 \ -p 8081:8080 \ - ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet + ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest ``` `BOOTSTRAP_PEERS` is an override. The same value is in the config file, but some Host client builds also read the env var, so we set both. diff --git a/content/hosts/install/index.md b/content/hosts/install/index.md index deab762..f633061 100644 --- a/content/hosts/install/index.md +++ b/content/hosts/install/index.md @@ -23,7 +23,7 @@ Pull the image and start it with a single `docker run`. You supply two values: a 1. Pull the image: ```shell - docker pull ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet + docker pull ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest ``` 1. Generate a secure key for the `DEFRA_KEYRING_SECRET`: @@ -54,7 +54,7 @@ Pull the image and start it with a single `docker run`. You supply two values: a -p 9181:9181 \ -p 9182:9182 \ -p 9171:9171 \ - ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet + ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest ``` {% admonition(type="info") %} @@ -115,7 +115,7 @@ docker run -d \ -p 9181:9181 \ -p 9182:9182 \ -p 9171:9171 \ - ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet + ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest ``` {% admonition(type="warning") %} diff --git a/content/hosts/quickstart/index.md b/content/hosts/quickstart/index.md index 46cf114..ef54eb7 100644 --- a/content/hosts/quickstart/index.md +++ b/content/hosts/quickstart/index.md @@ -250,7 +250,7 @@ networks: services: shinzo-host: - image: ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet + image: ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest user: "1001:1001" mem_limit: 16g mem_reservation: 13g @@ -318,7 +318,7 @@ docker logs shinzo-host The multi-stage Dockerfile builds the host binary (Go 1.25) along with the Wasmtime and Wasmer WASM runtimes. The production image is based on Ubuntu 24.04 and runs as a non-root `shinzo` user. Pre-built images are published to: ```shell -ghcr.io/shinzonetwork/shinzo-host-client:v0.6.5-ethereum-mainnet +ghcr.io/shinzonetwork/shinzo-host-client:ethereum-mainnet-latest ``` ## ShinzoHub Registration