Hello all! I've completed the source build on a clean Ubuntu 24.04. What i did: 1) Clean install of Ubuntu 24.04 2) Create the "ops" user to perform all operations 3) Prepare the system following these instructions: https://github.com/apache/openserverless#prepare-ubuntu-or-debian-linux 4) Run the build as instructed here: https://github.com/apache/openserverless#prepare-ubuntu-or-debian-linux
I confirm that everything went smoothly and without errors. At the end of the build, the tests ran correctly and the system is fully functional at the end of the operations. SUCCESS ./1-deploy.sh SUCCESS ./2-ssl.sh SUCCESS ./3-sys-redis.sh SUCCESS ./4a-sys-ferretdb.sh SUCCESS ./4b-sys-postgres.sh SUCCESS ./5-sys-seaweedfs.sh SUCCESS ./6-login.sh SUCCESS ./7-static.sh SUCCESS ./8-user-redis.sh SUCCESS ./9a-user-ferretdb.sh SUCCESS ./9b-user-postgres.sh SUCCESS ./10-user-seaweedfs.sh SUCCESS ./14-runtime-testing.sh ops@bruno:~/openserverless$ kubectl -n nuvolaris get pods NAME READY STATUS RESTARTS AGE controller-0 1/1 Running 0 92m couchdb-0 1/1 Running 0 93m couchdb-init-58bwr 0/1 Completed 0 93m cron-init-29728108-4q6m4 0/1 Completed 0 2m24s cron-init-29728109-6wdf2 0/1 Completed 0 84s cron-init-29728110-m7rjp 0/1 Completed 0 24s kubegres-controller-manager-544bb677d-2snkb 2/2 Running 0 92m nuvolaris-etcd-0 1/1 Running 0 91m nuvolaris-milvus-standalone-56d5d55c65-v8vq6 1/1 Running 0 90m nuvolaris-mongodb-0 1/1 Running 0 92m nuvolaris-operator-0 1/1 Running 0 93m nuvolaris-postgres-1-0 1/1 Running 0 92m nuvolaris-static-0 1/1 Running 0 92m preload-runtimes-q4rg9 0/4 Completed 0 93m redis-0 1/1 Running 0 93m registry-0 1/1 Running 0 93m seaweedfs-0 1/1 Running 0 93m wsk0-43-prewarm-nodejs21 1/1 Running 0 56s wsk0-44-prewarm-python3 1/1 Running 0 56s I hope we can move to the release approval stage soon. Regards BS Il giorno lun 6 lug 2026 alle ore 13:14 Michele Sciabarra < [email protected]> ha scritto: > Hello everyone! > > Look here: > > SUCCESS ./1-deploy.sh > SUCCESS ./2-ssl.sh > SUCCESS ./3-sys-redis.sh > SUCCESS ./4a-sys-ferretdb.sh > SUCCESS ./4b-sys-postgres.sh > SUCCESS ./5-sys-seaweedfs.sh > SUCCESS ./6-login.sh > SUCCESS ./7-static.sh > SUCCESS ./8-user-redis.sh > SUCCESS ./9a-user-ferretdb.sh > SUCCESS ./9b-user-postgres.sh > SUCCESS ./10-user-seaweedfs.sh > SUCCESS ./14-runtime-testing.sh > > > I was able to build and run all the tests of OpenServerless building > from sources. > > This means we can now tar and do a first release. > > Of course, after verification (licenses etc) > > I ask everyone who has a mac, linux or windows wants > to try it do this (once PR 202 is merged) > > git clone https://github.com/apache/openserverless --recurse-submodules > cd openserverless > > then one of > > - ./build-and-test-mac.sh > - ./build-and-test-windows.ps1 > - ./build-and-test-ubuntu.sh > > > > -- > Michele SciabarrĂ - [email protected] - linkedin.com/in/msciab > Apache OpenServerless committer - reddit.com/r/openserverless > Apache OpenWhisk PMC member - Author Learning Apache OpenWhisk > -- The life is short.. live at your best!
