anza-xyz / validator-lab

Deploy and test your new Agave validator features in a kubernetes-based cluster
https://www.anza.xyz/
7 stars 4 forks source link

build and push rpc docker to dockerhub #26

Closed gregcusack closed 6 months ago

gregcusack commented 7 months ago

build and push rpc docker image to dockerhub

Note, we could make the rpc and validator images be the same. Would save on deployment time. Just copy over both startup scripts to the image. but then based on the context they are deployed in, we can call the correct startup script.

All the accounts are secrets anyway, so accounts don't affect this

gregcusack commented 6 months ago

closing in favor of: https://github.com/anza-xyz/validator-lab/pull/40