Ellipsis-Labs / solana-verifiable-build

CLI tool for deterministically building and verifying executable against on-chain programs or buffer accounts
155 stars 28 forks source link

Add base Dockerfile #24

Closed jarry-xiao closed 1 year ago

jarry-xiao commented 1 year ago

This almost certainly not be the end-state as I would rather rely on the native rust Dockerfile than the solanalabs Dockerfile. However, what we can potentially do is pass in parameters for the first line which pulls from a known whitelist:

FROM $BASE_RUST_IMAGE

Then for the solana install, the version should also be scoped.