Re: OpenWhisk as a single docker image?

2019-11-14 Thread Bertrand Delacretaz
On Wed, Nov 13, 2019 at 8:37 PM David P Grove wrote: > ...I don't think > building the jar actually requires much more software on your machine than > what is required to successfully run the jar, so the gap may be small... And if there's a significant gap, a Docker image with build tools can hel

RE: OpenWhisk as a single docker image?

2019-11-13 Thread David P Grove
Carlos Santana wrote on 11/13/2019 01:30:31 PM: > > Yes that’s fine to be “alongside” with the release, but I would not > want to wait months for another release just get a minor update to the jar > > I would prefer in addition to have a nightly jar built and easy to get. > We might be on bette

Re: OpenWhisk as a single docker image?

2019-11-13 Thread Carlos Santana
Yes that’s fine to be “alongside” with the release, but I would not want to wait months for another release just get a minor update to the jar I would prefer in addition to have a nightly jar built and easy to get. - Carlos Santana @csantanapr > On Nov 13, 2019, at 9:09 AM, Bertrand Delacretaz

Re: OpenWhisk as a single docker image?

2019-11-13 Thread Bertrand Delacretaz
On Wed, Nov 13, 2019 at 3:02 PM Carlos Santana wrote: > ...The jar can’t and should not be distributed as part of an Apache release... It won't be an Apache Release but it's fine to distribute that jar as a "compiled package" [1] alongside its released source code. -Bertrand [1] http://www.apac

Re: OpenWhisk as a single docker image?

2019-11-13 Thread Rodric Rabbah
suggest to distribute at least the precompiled jar instead of requiring to > compile by himself. > > > > -- > > Michele Sciabarra > > mich...@sciabarra.com > > > > ----- Original message ----- > > From: Chetan Mehrotra > > To: dev@openwhisk.

Re: OpenWhisk as a single docker image?

2019-11-13 Thread Carlos Santana
precompiled jar instead of requiring to compile by > himself. > > -- > Michele Sciabarra > mich...@sciabarra.com > > - Original message - > From: Chetan Mehrotra > To: dev@openwhisk.apache.org > Subject: Re: OpenWhisk as a single docker image? > Date: W

Re: OpenWhisk as a single docker image?

2019-11-13 Thread Michele Sciabarra
- Original message - From: Chetan Mehrotra To: dev@openwhisk.apache.org Subject: Re: OpenWhisk as a single docker image? Date: Wednesday, November 13, 2019 6:00 AM Running standalone logic within a Docker would be tricky as there is quite a bit of logic involved to use the right IP for inter docker

Re: OpenWhisk as a single docker image?

2019-11-12 Thread Chetan Mehrotra
cker run -p 8080:8080 > openwhisk/standalone" and enjoy... > > > > If it is possible I can volounteer to write the dockerfile do that... > > > > I have a question: does it use the local docker? Where is the > invoker? > > > > > > -- &g

Re: OpenWhisk as a single docker image?

2019-11-12 Thread Matt Sicker
have a question: does it use the local docker? Where is the invoker? > > > -- > Michele Sciabarra > mich...@sciabarra.com > > ----- Original message - > From: Rodric Rabbah > To: dev@openwhisk.apache.org > Subject: Re: OpenWhisk

Re: OpenWhisk as a single docker image?

2019-11-09 Thread Tyson Norris
it use the local docker? Where is the invoker? -- Michele Sciabarra mich...@sciabarra.com - Original message - From: Rodric Rabbah To: dev@openwhisk.apache.org Subject: Re: OpenWhisk as a single docker image? Date: Saturday, November 09

Re: OpenWhisk as a single docker image?

2019-11-09 Thread Michele Sciabarra
n: does it use the local docker? Where is the invoker? -- Michele Sciabarra mich...@sciabarra.com - Original message - From: Rodric Rabbah To: dev@openwhisk.apache.org Subject: Re: OpenWhisk as a single docker image? Date: Saturday, November 09, 2019 2:31 PM Do you mean the

Re: OpenWhisk as a single docker image?

2019-11-09 Thread Rodric Rabbah
Do you mean the standalone controller? https://github.com/apache/openwhisk/blob/master/core/standalone/README.md -r > On Nov 9, 2019, at 8:18 AM, Michele Sciabarra wrote: > > Hello all, > > I remember the discussion about the openwhisk as a single executable that > includes also Kafka. So