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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user