2019-05-09 05:43:18 UTC - Xue Shuai: heya, I deployed OW in my local host and the log of `controller` warn that `error on posting to topic invoker3`, `error on posting to topic invoker2`,`error on posting to topic invoker1`. however, there is only one host ip in my local host inventory file. How that happened? Any response will be appreciate! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557380598064700 ---- 2019-05-09 10:57:57 UTC - Paola Soto: Dear all, i’m trying to set up a chatbot with openwsk. The only resource I have found so far is this: <https://github.com/cokeSchlumpf/openwhisk-chatbot-framework> however, I’m still unable to make it work. When i execute the ```wsk package bind /wsk-chatbot-framework_prod/v1 sample-bot -P package.parameters.json``` command, this error comes up ```error: Binding creation failed: The supplied authentication is not authorized to access 'wsk-chatbot-framework_prod/v1'. (code MphU8KT7UosDLyoQRumIcxGFM3cOcPo5)``` I guess that i must install the package first but i don’t know where i can find the instructions to do that. Does anybody have any recommendation about what to do? Even any suggestion to begin with chatbots would be great. Thanks in advance! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557399477069100?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-09 13:42:17 UTC - dubee: <https://www.zdnet.com/article/alpine-linux-docker-images-ship-a-root-account-with-no-password/> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557409337069800 ---- 2019-05-09 14:00:11 UTC - Martin Henke: Alpine Docker image are not affected see: <https://github.com/docker-library/official-images/pull/5880#issuecomment-490640344> I also checked docker alpine 3.6 onwards manually ('!' in second column is the good case, `::` would be bad) +1 : dubee https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557410411070200 ---- 2019-05-09 14:00:34 UTC - Martin Henke: ```
bluemix-openwhisk-cli git:(upgrade_scala_akka) ✗ docker run -it alpine:3.6 head -n 1 /etc/shadow root:!::0::::: ➜ bluemix-openwhisk-cli git:(upgrade_scala_akka) ✗ docker run -it alpine:3.7 head -n 1 /etc/shadow root:!::0::::: ➜ bluemix-openwhisk-cli git:(upgrade_scala_akka) ✗ docker run -it alpine:3.8 head -n 1 /etc/shadow root:!::0::::: ➜ bluemix-openwhisk-cli git:(upgrade_scala_akka) ✗ docker run -it alpine:3.9 head -n 1 /etc/shadow root:!::0::::: ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557410434070500 ---- 2019-05-09 22:06:50 UTC - Matt Rutkowski: @Rodric Rabbah @Michele Sciabarra Is someone using our OW Docker credentials to update our golang runtime images: <https://hub.docker.com/r/openwhisk/actionloop-golang-v1.11/tags> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439610071600 ---- 2019-05-09 22:07:28 UTC - Matt Rutkowski: we have no corresponding PR and of course someone effectively “touched” our v11 release version https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439648072200 ---- 2019-05-09 22:09:31 UTC - Carlos Santana: @Matt Rutkowski what you mean exactly latest tags `latest` and `4376fee` are the ones pushed every night https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439771072900 ---- 2019-05-09 22:10:06 UTC - Carlos Santana: there is a travis job that rebuilds the images and push them to keep them fresh and pickup any security or bugs or updates from the base images https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439806073700 ---- 2019-05-09 22:10:38 UTC - Matt Rutkowski: it says 7 hours ago… https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439838073900 ---- 2019-05-09 22:10:54 UTC - Carlos Santana: it ran 7 hours ago https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439854074100 ---- 2019-05-09 22:11:12 UTC - Carlos Santana: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439872074400 ---- 2019-05-09 22:11:22 UTC - Matt Rutkowski: so “night” is relative to another timezone? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439882074900 ---- 2019-05-09 22:11:28 UTC - Carlos Santana: you can see it in the travis cronjob <https://travis-ci.org/apache/incubator-openwhisk-runtime-go/settings> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439888075100 ---- 2019-05-09 22:11:56 UTC - Carlos Santana: sorry I meant to say `daily` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439916075700 ---- 2019-05-09 22:12:13 UTC - Matt Rutkowski: thanks Carlos, I had asked Vincent and I had hoped Rodric (and you as fallback) would know https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439933076100 ---- 2019-05-09 22:12:24 UTC - Carlos Santana: any issues? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439944076300 ---- 2019-05-09 22:12:41 UTC - Carlos Santana: or what we like to call it "operation surprises" :smile: partyparrot : Matt Rutkowski https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557439961077000 ---- 2019-05-09 22:13:53 UTC - Rodric Rabbah: hello Paola https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440033078100?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-09 22:14:03 UTC - Rodric Rabbah: if the package isn’t already installed, the binding will fail https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440043078300?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-09 22:14:16 UTC - Rodric Rabbah: of course you can just clone that repo and install the package into your namespace, you dont need to then bind it https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440056078500?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-09 22:15:02 UTC - Matt Rutkowski: well I started by looking at ActionLoop as our docs now reference the “latest” image (well the Dockerfile for the “SDK” in devtools) which now I know is from latest (relative time), but was concerned that we were calling the ActionLoop “v2” <https://hub.docker.com/r/openwhisk/actionloop-v2> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440102079200 ---- 2019-05-09 22:15:12 UTC - Rodric Rabbah: did you see these docs <https://cokeschlumpf.gitbooks.io/openwhisk-chatbot-framework/content/getting-started/#the-hello-world-bot> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440112079500?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-09 22:15:59 UTC - Matt Rutkowski: and did not remember travis nightly being setup to do this for the runtimes as we are missing actual matching git tags https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440159080600 ---- 2019-05-09 22:17:52 UTC - Matt Rutkowski: it appears we are updating the actual v11 (voted on) go runtime nightly? <https://hub.docker.com/r/openwhisk/actionloop-golang-v1.11> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440272081300 ---- 2019-05-09 22:18:34 UTC - Matt Rutkowski: even with no PRs and v11 corresponds with April 6th commit https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440314081700 ---- 2019-05-09 22:18:42 UTC - Matt Rutkowski: and subsequent vote https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557440322081900 ---- 2019-05-09 22:33:03 UTC - Matt Rutkowski: i understand nighty updating “latest” (perhaps even with no new commits), but it seems incorrect to update the v11 “release” tagged one https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557441183083500 ----