Skip to content

Commit 4ed2dc0

Browse files
committed
Swapped out f4hrenh9it solana image
1 parent ab08b26 commit 4ed2dc0

File tree

2 files changed

+2
-2
lines changed
  • book/src/framework/components/blockchains
  • framework/components/blockchain

2 files changed

+2
-2
lines changed

book/src/framework/components/blockchains/solana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Since `Solana` doesn't have official image for `arm64` we built it, images we use are:
44
```
55
amd64 solanalabs/solana:v1.18.26
6-
arm64 f4hrenh9it/solana:latest
6+
arm64 public.ecr.aws/w0i8p0z9/solana-validator:main-1dcdbc4
77
```
88

99
## Configuration

framework/components/blockchain/solana.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)