Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces the
espresso-dev-node
binary to the Cartesi SDK, including updates to the Dockerfile and configuration files to support this addition. The most important changes are summarized below:New Feature Addition:
.changeset/strong-walls-help.md
: Added a changeset note indicating the addition of theespresso-dev-node
binary to the SDK. ([.changeset/strong-walls-help.mdR1-R5](https://github.com/cartesi/cli/pull/81/files#diff-5ff7ded5e9ae647f2ff4df76bfd2de2ef3f77778412a303745f4feab719752c3R1-R5)
)Dockerfile Updates:
packages/sdk/Dockerfile
: Introduced theESPRESSO_DEV_NODE_TAG
argument and added a new stage to pull theespresso-dev-node
binary from the Espresso Systems GitHub container registry. ([packages/sdk/DockerfileR9-R12](https://github.com/cartesi/cli/pull/81/files#diff-fbbb6309bd1c5bde85dc9baab5c5c1ef5af52fedb5e3fd28cecf37916d3ef1feR9-R12)
)packages/sdk/Dockerfile
: Updated the Dockerfile to copy theespresso-dev-node
binary into/usr/bin/
. ([packages/sdk/DockerfileR152-R153](https://github.com/cartesi/cli/pull/81/files#diff-fbbb6309bd1c5bde85dc9baab5c5c1ef5af52fedb5e3fd28cecf37916d3ef1feR152-R153)
)Configuration Updates:
packages/sdk/docker-bake.hcl
: Added theESPRESSO_DEV_NODE_TAG
variable to the default target configuration. ([packages/sdk/docker-bake.hclR17](https://github.com/cartesi/cli/pull/81/files#diff-f31033306f300af23520856c404681eb6cbe45d9f28ce0f28abb24fcae811e5bR17)
)