Skip to content

Commit

Permalink
Revert --image-download always flag to avoid CI getting rate limited (s…
Browse files Browse the repository at this point in the history
…igp#6163)

* Revert --image-download always flag to avoid CI getting rate limited by Docker Hub
  • Loading branch information
jimmygchen authored Jul 24, 2024
1 parent 9a53f4d commit b36f77e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/local_testnet/start_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,11 @@ else
echo "Not rebuilding Lighthouse Docker image."
fi

IMAGE_DOWNLOAD_FLAG=""

if [ "$KEEP_ENCLAVE" = false ]; then
# Stop local testnet
kurtosis enclave rm -f $ENCLAVE_NAME 2>/dev/null || true
IMAGE_DOWNLOAD_FLAG="--image-download always"
fi

kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package $IMAGE_DOWNLOAD_FLAG --args-file $NETWORK_PARAMS_FILE
kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package --args-file $NETWORK_PARAMS_FILE

echo "Started!"

0 comments on commit b36f77e

Please sign in to comment.