fix(immutable-zkevm): pin version and update image to immutable-geth

Switch from defunct ghcr.io/immutable/go-ethereum/go-ethereum image
to the current ghcr.io/immutable/immutable-geth/immutable-geth image.
Pin version to v1.0.0-beta.17 instead of using 'latest' tag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 10:44:02 +00:00
parent 1cf7bd5651
commit 60b8cd5048
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
immutable-zkevm-mainnet:
image: ${IMMUTABLE_ZKEVM_GETH_IMAGE:-ghcr.io/immutable/go-ethereum/go-ethereum}:${IMMUTABLE_ZKEVM_MAINNET_GETH_VERSION:-latest}
image: ${IMMUTABLE_ZKEVM_GETH_IMAGE:-ghcr.io/immutable/immutable-geth/immutable-geth}:${IMMUTABLE_ZKEVM_MAINNET_GETH_VERSION:-v1.0.0-beta.17}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
immutable-zkevm-testnet:
image: ${IMMUTABLE_ZKEVM_GETH_IMAGE:-ghcr.io/immutable/go-ethereum/go-ethereum}:${IMMUTABLE_ZKEVM_TESTNET_GETH_VERSION:-latest}
image: ${IMMUTABLE_ZKEVM_GETH_IMAGE:-ghcr.io/immutable/immutable-geth/immutable-geth}:${IMMUTABLE_ZKEVM_TESTNET_GETH_VERSION:-v1.0.0-beta.17}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle