You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/framework/nodeset_docker_rebuild.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Create a configuration file `smoke.toml`
22
22
# Dockerfile path is relative to "docker_ctx"
23
23
docker_file = "core/chainlink.Dockerfile"
24
24
docker_ctx = "../.."
25
+
# Or pin the image after the first build and work on the test
26
+
image = "chainlink-tmp:latest"
25
27
```
26
28
27
29
These paths will work for `e2e/capabilities` in our main [repository](https://github.com/smartcontractkit/chainlink/tree/ctf-v2-tests/e2e/capabilities)
0 commit comments