- built on Ubuntu 22.04 with llvm/clang 22
git clone --depth 1 --single-branch git@github.com:nodejs/node.git
cd node
../build.sh
cd ..
node/out/Release/node --build-sea sea-config.json
docker build -t sea .
docker ps -aIMAGE ID DISK USAGE CONTENT SIZE EXTRA
sea:latest cd98cc1fd630 64.4MB 0B
docker run -it --rm sea:latest
hello world