* [anza migration] replace binaries backend (#6) * ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential (cherry picked from commit b061cd33cb919b7c6bbd58780e0142d97df4f4b7) * [anza migration] ci: fix path (#8) * ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status * [anza migration] ci: removed unused s3 upload in Windows build (#9) ci: removed unused s3 upload in Windows build --------- Co-authored-by: Yihau Chen <a122092487@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
build.sh |
README.md
Minimal Solana Docker image
This image is automatically updated by CI
https://hub.docker.com/r/solanalabs/solana/
Usage:
Run the latest beta image:
$ docker run --rm -p 8899:8899 --ulimit nofile=1000000 solanalabs/solana:beta
Run the latest edge image:
$ docker run --rm -p 8899:8899 --ulimit nofile=1000000 solanalabs/solana:edge
Port 8899 is the JSON RPC port, which is used by clients to communicate with the network.