I am asking an important clarification. it is ok we have to collect all the license and remove anything incompatible But do we have to include the disclaimers INSIDE any docker image ? I was looking to an example, here in Tika (that is a released apache version) there is not such a file. https://github.com/apache/tika/blob/main/tika-server/docker-build/full/Dockerfile.
Michele Manzani did a sample PR: here https://github.com/apache/openserverless-admin-api/pull/42 Do we need to do that or simply collecting all the licenses of the third party liceses in a license folder (like OpenWhisk here https://github.com/apache/openwhisk/tree/master/licenses) is enough? -- Michele SciabarrĂ - [email protected] - linkedin.com/in/msciab Apache OpenServerless committer - reddit.com/r/openserverless Apache OpenWhisk PMC member - Author Learning Apache OpenWhisk Michele Sciabarra | CTO m: +44 747 984 8388 e: [email protected] l: https://linkedin.com/in/msciab Nuvolaris Inc | 1209 Orange Street, 19801Wilmington DE - US On Thu, 3 Sept 2026 at 18:39, PJ Fanning <[email protected]> wrote: > > If you don't release official docker images then we can probably delay this. > But it will need to be done sooner rather than later. > > > On 2026/09/03 12:12:41 Michele Sciabarra wrote: > > Do we need to do this now even if we do a source only release? > > > > > > Michele Sciabarra | CTO > > m: +44 747 984 8388 > > e: [email protected] > > l: https://linkedin.com/in/msciab > > Nuvolaris Inc | 1209 Orange Street, 19801Wilmington DE - US > > > > > > > > Michele Sciabarra | CTO > > m: +44 747 984 8388 > > e: [email protected] > > l: https://linkedin.com/in/msciab > > Nuvolaris Inc | 1209 Orange Street, 19801Wilmington DE - US > > > > > > > > > > On Thu, 3 Sept 2026 at 14:09, PJ Fanning <[email protected]> wrote: > > > > > > Hi, > > > All Docker images and any other convenience binaries that you ship need > > > to have a LICENSE and NOTICE - and ASF Incubator DISCLAIMER. > > > > > > The LICENSE needs to include the details of the 3rd party libs and other > > > binaries (and their license details) that you have included in the Docker > > > image. > > > > > > The NOTICE file needs to list any 3rd party libs and other binaries (and > > > their notice details). > > > > > > This page specifies which licenses are allowed and which are not. > > > https://www.apache.org/legal/resolved.html > > > > > > Have you been putting this together for your upcoming release? > >
