File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
book/src/framework/components/blockchains
framework/components/blockchain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33Since ` Solana ` doesn't have official image for ` arm64 ` we built it, images we use are:
44```
55amd64 solanalabs/solana:v1.18.26
6- arm64 f4hrenh9it/ solana:latest
6+ arm64 public.ecr.aws/w0i8p0z9/ solana-validator:main-1dcdbc4
77```
88
99## Configuration
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func defaultSolana(in *Input) {
3535 if in .Image == "" {
3636 // Official arm64 image does not exist for Solana so use custom built one
3737 if runtime .GOARCH == "arm64" {
38- in .Image = "f4hrenh9it/ solana"
38+ in .Image = "public.ecr.aws/w0i8p0z9/ solana-validator:main-1dcdbc4 "
3939 } else {
4040 in .Image = "anzaxyz/agave:v2.1.13"
4141 }
You can’t perform that action at this time.
0 commit comments