@@ -49,6 +49,7 @@ dockers:
49
49
- --pull
50
50
- --build-arg=CHAINLINK_USER=chainlink
51
51
- --build-arg=COMMIT_SHA={{ .FullCommit }}
52
+ - --build-arg=CL_SOLANA_CMD=chainlink-solana
52
53
- --label=org.opencontainers.image.created={{ .Date }}
53
54
- --label=org.opencontainers.image.description="node of the decentralized oracle network, bridging on and off-chain computation"
54
55
- --label=org.opencontainers.image.licenses=MIT
@@ -100,6 +101,7 @@ dockers:
100
101
- --pull
101
102
- --build-arg=CHAINLINK_USER=chainlink
102
103
- --build-arg=COMMIT_SHA={{ .FullCommit }}
104
+ - --build-arg=CL_SOLANA_CMD=chainlink-solana
103
105
- --label=org.opencontainers.image.created={{ .Date }}
104
106
- --label=org.opencontainers.image.description="node of the decentralized oracle network, bridging on and off-chain computation"
105
107
- --label=org.opencontainers.image.licenses=MIT
@@ -152,6 +154,7 @@ dockers:
152
154
- --pull
153
155
- --build-arg=CHAINLINK_USER=chainlink
154
156
- --build-arg=COMMIT_SHA={{ .FullCommit }}
157
+ - --build-arg=CL_SOLANA_CMD=chainlink-solana
155
158
- --build-arg=CL_CHAIN_DEFAULTS=/ccip-config
156
159
- --label=org.opencontainers.image.created={{ .Date }}
157
160
- --label=org.opencontainers.image.description="node of the decentralized oracle network, bridging on and off-chain computation"
@@ -207,6 +210,7 @@ dockers:
207
210
- --pull
208
211
- --build-arg=CHAINLINK_USER=chainlink
209
212
- --build-arg=COMMIT_SHA={{ .FullCommit }}
213
+ - --build-arg=CL_SOLANA_CMD=chainlink-solana
210
214
- --build-arg=CL_CHAIN_DEFAULTS=/ccip-config
211
215
- --label=org.opencontainers.image.created={{ .Date }}
212
216
- --label=org.opencontainers.image.description="node of the decentralized oracle network, bridging on and off-chain computation"
0 commit comments