Hi, everyone, I've been following the mailing list these days, and if I understand correctly the key point for ASF compliance is to have compilable sources without pre-built images from Docker Hub — though using Apache-licensed images is fine.
What if instead of listing Java 17 as a prerequisite, we used a build sidecar container and a local Docker registry? That way the only real requirement for the end user would be Docker and Git, and everything else — Java, Go, whatever — would be pulled automatically as sidecar during the build. Could be a simpler path both for compliance and for contributor onboarding Best Regards Carlo On Mon, May 4, 2026 at 11:34 AM Riccardo La Malfa < [email protected]> wrote: > Hi everyone, > > I've just sent the PR for the wsgi runtime implementation: Flask runtime > (wsgi) #79. > > Il giorno ven 1 mag 2026 alle ore 20:37 Michele Sciabarra < > [email protected]> ha scritto: > > > Hello everyone next step is to build from sources the Operator and the > > OpenWhisk components. I remember Francesco worked on it, can you please > > write your recommendations? > > > > > > Michele Sciabarra | CEO > > > > m: +44 747 984 8388 > > e: [email protected] > > l: https://linkedin.com/in/msciab > > Nuvolaris Inc | 1209 Orange Street, 19801Wilmington DE - US > > www.nuvolaris.io linkedin.com/in/msciab > > >
