-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Michele Sciabarra edited this page Feb 10, 2026
·
9 revisions
curl -sL n7s.co/get-ops | bash
powershell -e" irm n7s.co/get-ops-exe | iex"
- installs ops binary
- ops -t download tasks
- ops setup mini downlooad images
git clone https://github.com/apache/openserverless --recurse-submodules
cd openserverless
task build # build ops and images
./ops setup mini
That's it
TODO LIST for Release
- fix openserverless-cli to embed the task (avoiding it download tasks from internet) [link to PR]
- rebuild the runtimes locally (done by Bruno) on Docker [link runtime]
- rebuild invoker and controller locally (done by FranzTT) Docker using v2 [link FranzBuid]
- export images [faccio vedere]
- a build script to compile everything
- patchare the standalone (if needed)
- embedded devcontainer (ask the image to ASF)
- image builder (Bruno)
RoadMap
- build ops with 2.0 images and collect all of them
- fix a ops embeded task
- rebuilder runtime
- devcontanier & builder
- buid script & image loader to release