workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Select default Docker validator image tag more elegantly #265

Open nathanleclaire opened 2 years ago

nathanleclaire commented 2 years ago

Right now we just default to a hardcoded tag (v1.10.31). But what should we do? Pick the latest patch release of a hardcoded minor version? etc

Sven:

If we're lucky, there's a simple API endpoint that tells solana validator's what the default mainnet version is, but i don't know of one atm -i don't want to parse github releases, discord etc :)

_Originally posted by @SvenDowideit in https://github.com/workbenchapp/solana-workbench/pull/257#discussion_r923964639_