mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
Single ghcr.io/luxfi/node image now includes luxd + EVM plugin + all 11 chain VM plugins (aivm, bridgevm, dexvm, graphvm, identityvm, keyvm, oraclevm, quantumvm, relayvm, thresholdvm, zkvm) built from github.com/luxfi/chains. Dockerfile: added plugin-builder stage that clones luxfi/chains and builds each VM as a static binary placed at the CB58-encoded VM ID path under /luxd/build/plugins/. compose.yml: single-node local dev config (network-id=3, sybil off, sample=1) replacing the stale docker/compose.yml. k8s: replaced ad-hoc mainnet-only manifests with kustomize base + 4 overlays (localnet, devnet, testnet, mainnet). Each overlay patches replicas, resources, storage class, network-id, and image tag. Deleted: docker/Dockerfile, docker/compose.yml, docker/compose.genesis.yml, k8s/luxd-statefulset.yaml, k8s/mainnet/ (entire directory).