-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sui-node
binary placement in Docker
#13139
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
@mwtian Did you download the newly built docker image and see if you can run it locally successfully? |
@ebmifa yes I did run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edit: aah I was using a docker image built specifically for linux, where can I find the docker images and one built for mac?
Is this only for linux? I tried running on my mac just out of curiosity
sudo docker run mysten/sui-node:1112c07c573bb54b3a83a83b514d834451a73329 /usr/local/bin/sui-node --version
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
sui-node 1.7.0-1112c07c5
You can use add a
|
## Description Fix `sui-node` Dockerfile cleanup, by adding back `sui-node` at `/usr/local/bin/sui-node`. ## Test Plan CI https://github.com/MystenLabs/sui-operations/actions/runs/5653096771 `sudo docker run mysten/sui-node:1112c07c573bb54b3a83a83b514d834451a73329 /usr/local/bin/sui-node --version` --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] protocol change - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes
Description
Fix
sui-node
Dockerfile cleanup, by adding backsui-node
at/usr/local/bin/sui-node
.Test Plan
CI
https://github.com/MystenLabs/sui-operations/actions/runs/5653096771
sudo docker run mysten/sui-node:1112c07c573bb54b3a83a83b514d834451a73329 /usr/local/bin/sui-node --version
If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.
Type of Change (Check all that apply)
Release notes