This repository contains the scripts to build The Libra Framework docker image in Kubernetes with kaniko.
9e9ecb5 - [rust] build dependency fixes (#240)
Make sure you have access to a Kubernetes cluster and have kubectl installed. You will also need yarn, Node.js (v20.12.2) and direnv.
Generate an new Github access token with the write:packages scope.
Copy and edit the file .envrc.example to .envrc with your Github credentials. Run direnv allow . to set the environment variables.
nvm use
yarn install
yarn start