chore(docker): remove unused direcotry docker #2279
chore(docker): remove unused direcotry docker #2279gzliudan wants to merge 1 commit intoXinFinOrg:dev-upgradefrom
docker #2279Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
docker
There was a problem hiding this comment.
Pull request overview
Removes an unused legacy docker/ directory from the repository, reducing maintenance surface and avoiding confusion with the currently used CI/CD Docker workflows under cicd/.
Changes:
- Delete the XDPoSChain Docker entrypoint script previously used to initialize datadir/genesis, manage accounts, and start
XDC. - Delete the bootnode Docker entrypoint script previously used to generate/load a bootnode key and publish an enode address.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docker/XDPoSChain/entrypoint.sh | Removed legacy node container entrypoint script. |
| docker/bootnode/entrypoint.sh | Removed legacy bootnode container entrypoint script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Proposed changes
delete unused direcotry
dockerTypes of changes
What types of changes does your code introduce to XDC network?
Put an
✅in the boxes that applyImpacted Components
Which parts of the codebase does this PR touch?
Put an
✅in the boxes that applyChecklist
Put an
✅in the boxes once you have confirmed below actions (or provide reasons on not doing so) that