[Feature] Integrate Docker Image Build on Release Publication 🐳#87
Open
KlementXV wants to merge 49 commits intoregolith-labs:masterfrom
Open
[Feature] Integrate Docker Image Build on Release Publication 🐳#87KlementXV wants to merge 49 commits intoregolith-labs:masterfrom
KlementXV wants to merge 49 commits intoregolith-labs:masterfrom
Conversation
- Add a .dockerignore file to exclude irrelevant files during the Docker image build. - Rename the GitHub workflow file to clarify its role: 'build.yml' -> 'cargo-build.yml'. - Add a new GitHub workflow for Docker image build: 'docker-build.yml'. - Create a Dockerfile to define the Docker image build instructions. - Add an entrypoint.sh script to initialize the environment when the Docker container starts. - Update README.md to include information about Docker usage. These changes automate the creation of Docker images on each new release, making the deployment and usage of ORE easier.
The ORE mining launcher script has been updated to include new features and improvements. This update includes: - Added support for specifying a custom RPC URL - Improved error handling and messaging - Fixed entrypoint permissions issue - Updated version to 1.0 Please review and merge the changes.
Update entrypoint
…sues with ore-cli v2 on ARM architecture
…y and consistency
…if FUNCTION is not "benchmark"
Author
|
GM @HardhatChad The Docker image build is now functional. Could you please review this PR? |
…and security checks
Author
|
Latest Changes : - Enhanced CI Pipeline: Added a comprehensive Rust test suite (rust-test.yml) to ensure code quality, including features like Clippy linting, test coverage for different feature sets, and uploading results as SARIF files. |
Arminkazemi1994
approved these changes
Dec 20, 2024
Arminkazemi1994
approved these changes
Jan 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
This pull request integrates the automation of Docker image builds upon release publication. The following changes have been made:
These changes automate the creation of Docker images on each new release, making the deployment and usage of ORE easier.