We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fa0a6 commit 2726341Copy full SHA for 2726341
book/src/lib/k8s/REMOTE_RUN.md
@@ -1,7 +1,7 @@
1
## How to run the same environment deployment inside k8s
2
3
You can build a `Dockerfile` to run exactly the same environment interactions inside k8s in case you need to run long-running tests
4
-Base image is [here](Dockerfile.base)
+Base image is [here](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/lib/k8s/Dockerfile.base)
5
6
```Dockerfile
7
FROM <account number>.dkr.ecr.us-west-2.amazonaws.com/test-base-image:latest
0 commit comments