Skip to content
Michele Sciabarra edited this page Feb 10, 2026 · 9 revisions

Welcome to the openserverless wiki!

Current (not suitable)

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

Goal for the release

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

  1. build ops with 2.0 images and collect all of them
  2. fix a ops embeded task
  3. rebuilder runtime
  4. devcontanier & builder
  5. buid script & image loader to release

Clone this wiki locally