feat(docker/recipe): create kona-node-dev recipe#3201
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Codecov Report✅ All modified and coverable lines are covered by tests.
☔ View full report in Codecov by Sentry. |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
4fb29ba to
b1614b3
Compare
There was a problem hiding this comment.
Why do we have git submodules here when we have access to kona in this repository? Doesn't that create circular dependencies?
There was a problem hiding this comment.
It does create circular dependencies. just init never completes on my Mac
There was a problem hiding this comment.
Your comment made me realize submodules were not a good approach. I have moved away from them now.
You still need the init step though:
just init
just up
# http://<ip>:3000
NB You will see
ERROR engine: Failed to drain engine tasks err=()
there is #3247 to fix that.
|
Why do we have a new git repository initialized inside the |
Create docker compose recipe for locally running a
kona-nodedevelopment branch.Brings up Prometheus and Graphana instances.
Closes: #3200
ref: #2963