Hello everyone, I did the first step to release OpenServerless and I made possible to "build from sources" (sort of...)
You can now do: git clone https://github.com/apache/openserverless --recurse-submodules cd openserveless ./build.sh ./ops setup mini and get an openserverless up and running so just tar this and release :) Just kidding. The only part that is compiled at this stage is only the CLI All the rest is still taken from docker hub. For a true source release we have to recompile all the parts with the build.sh and load locally in docker instead of pulling them from the cloud And we have to adapt the test suite to run agains the local one instead of working in cloud. So next step will be your help to build all the image (controller, runtines and accessories) and run the tests. -- Michele SciabarrĂ - [email protected] - linkedin.com/in/msciab Apache OpenServerless committer - reddit.com/r/openserverless Apache OpenWhisk PMC member - Author Learning Apache OpenWhisk
