datahaven/test/cli/handlers/common
Tobi Demeco 330bf1abec
fix: 🐛 update relayer's docker run logic to allow local images (#96)
This PR adds a quick check to see if the image to use for the relayer is
a locally-built one (by checking that it ends with `:local`) and avoids
pulling from Docker Hub if so. This fixes the issue in which we were
unable to run the CLI with a local relayer image since it was always
trying to pull from the corresponding repository which of course didn't
exist for local images.
2025-06-12 11:15:49 +00:00
..
checks.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
consts.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
datahaven.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
index.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
kubernetes.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
kurtosis.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
launchedNetwork.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
relayer.ts fix: 🐛 update relayer's docker run logic to allow local images (#96) 2025-06-12 11:15:49 +00:00