cronos: fix GHCR image unavailable + missing MIN_GAS in init.sh #32

Merged
sebastian merged 1 commits from issue-885 into main 2026-07-05 00:28:39 +00:00
Collaborator

Fix cronos-mainnet on de-32: GHCR image returns 403 Forbidden; build from public GitHub tarball instead (alpine + extract).

Also wire MIN_GAS environment variable and ct_set_min_gas_prices in init.sh (pattern: gaiad/babylon), and fix STATESYNC_RPC to remove dead rpc-cronos.crypto.org.

Changes:

  • rpc/cronos/cometbft.Dockerfile: alpine + GitHub tarball (crypto-org-chain/cronos releases)
  • rpc/cronos/scripts/init.sh: MIN_GAS handling + corrected statesync RPC

Verification

  • On-site hand verified locally: container builds without auth, init completes, node state-syncs
  • ./update.sh --filter cronos.mainnet verified clean
  • Generated compose now includes MIN_GAS=5000000000000basecro and correct STATESYNC_RPC

Commits: rpc 0ba27e01 | vibe-node issue #885

Fix cronos-mainnet on de-32: GHCR image returns 403 Forbidden; build from public GitHub tarball instead (alpine + extract). Also wire `MIN_GAS` environment variable and `ct_set_min_gas_prices` in init.sh (pattern: gaiad/babylon), and fix STATESYNC_RPC to remove dead `rpc-cronos.crypto.org`. **Changes:** - `rpc/cronos/cometbft.Dockerfile`: alpine + GitHub tarball (crypto-org-chain/cronos releases) - `rpc/cronos/scripts/init.sh`: MIN_GAS handling + corrected statesync RPC ## Verification - On-site hand verified locally: container builds without auth, init completes, node state-syncs - `./update.sh --filter cronos.mainnet` verified clean - Generated compose now includes `MIN_GAS=5000000000000basecro` and correct STATESYNC_RPC **Commits:** rpc `0ba27e01` | vibe-node issue #885
claude added 1 commit 2026-07-04 21:35:33 +00:00
GHCR image returns 403 on anonymous pulls — switch cometbft.Dockerfile to alpine +
public v1.7.8 tarball. init.sh sets minimum-gas-prices (5000000000000basecro) and
drops dead rpc-cronos.crypto.org statesync endpoint.
sebastian merged commit 0ba27e01fe into main 2026-07-05 00:28:39 +00:00
sebastian deleted branch issue-885 2026-07-05 00:28:40 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#32