apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Multiple Distros for Java Runtimes #26

Open kameshsampath opened 6 years ago

kameshsampath commented 6 years ago

It will be nice to have OpenWhisk JDK runtimes available on multiple distributions

The initial work of this can follow the pattern like https://github.com/kameshsampath/adoptopenjdk .

Moving this discussion from #24, #18 to discuss and freeze on this.

@Param-S lets continue the discussion here

@csantanapr - we are moving this discussion into its own thread .

@bbrowning - this is something we started to discuss the other day slack. Please add your thoughts comments here.

csantanapr commented 6 years ago

Also need to consider architect to the matrix of images s390x ppc64 arm (ie raspberry pi/edge device)

Param-S commented 6 years ago

I see, 2 requirements,

  1. Supporting different architectures
  2. Supporting different distributions

Yes, I agree with supporting different architectures . But do we need to support images based on different distributions. Can't we have single distribution across multiple architectures. (could be alpine/musl based image).

kameshsampath commented 6 years ago

But do we need to support images based on different distributions. Can't we have single distribution across multiple architectures. (could be alpine/musl based image).

IMHO yes. My thoughts: