Skip to content

Commit b2e2b51

Browse files
chore: Update blobscan docker images (ethereum#735)
These new images are much more optimized and are ten times lighter (Blobscan/blobscan#390)
1 parent 372bb52 commit b2e2b51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/blobscan/blobscan_launcher.star

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_api_config(
141141
port_publisher,
142142
additional_service_index,
143143
):
144-
IMAGE_NAME = "blossomlabs/blobscan:stable"
144+
IMAGE_NAME = "blossomlabs/blobscan-api:latest"
145145

146146
public_ports = shared_utils.get_additional_service_standard_public_port(
147147
port_publisher,
@@ -165,7 +165,6 @@ def get_api_config(
165165
if network_name in constants.PUBLIC_NETWORKS
166166
else "devnet",
167167
},
168-
cmd=["api"],
169168
ready_conditions=ReadyCondition(
170169
recipe=GetHttpRequestRecipe(
171170
port_id="http",
@@ -197,7 +196,7 @@ def get_web_config(
197196
# TODO: https://github.com/kurtosis-tech/kurtosis/issues/1861
198197
# Configure NEXT_PUBLIC_BEACON_BASE_URL and NEXT_PUBLIC_EXPLORER_BASE env vars
199198
# once retrieving external URLs from services are supported in Kurtosis.
200-
IMAGE_NAME = "blossomlabs/blobscan:stable"
199+
IMAGE_NAME = "blossomlabs/blobscan-web:latest"
201200

202201
public_ports = shared_utils.get_additional_service_standard_public_port(
203202
port_publisher,
@@ -218,7 +217,6 @@ def get_web_config(
218217
"SECRET_KEY": SECRET_KEY,
219218
"POSTGRES_STORAGE_ENABLED": "true",
220219
},
221-
cmd=["web"],
222220
min_cpu=WEB_MIN_CPU,
223221
max_cpu=WEB_MAX_CPU,
224222
min_memory=WEB_MIN_MEMORY,

0 commit comments

Comments
 (0)