mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| checks.ts | ||
| consts.ts | ||
| datahaven.ts | ||
| index.ts | ||
| kubernetes.ts | ||
| kurtosis.ts | ||
| launchedNetwork.ts | ||
| relayer.ts | ||