What's Changed
- Added
gravity_clito the officialgravity_nodeDocker image alongsidegravity_node. - Installed both binaries in
/usr/local/binfor source-built and prebuilt-binary images. - Added a release-pipeline smoke test to verify that
gravity_cliis available and executable in the published image. - Node operators can now generate node identity during container startup without building a custom image or layering the CLI separately.
The Docker image is available at:
docker pull ghcr.io/galxe/gravity_node:v1.7.6Run the CLI from the image with:
docker run --rm --entrypoint /usr/local/bin/gravity_cli \
ghcr.io/galxe/gravity_node:v1.7.6 --versionPull Request: #789
Full Changelog: v1.7.5...v1.7.6