2019-07-04 03:47:04 UTC - Dominic Kim: In Jenkins slaves, there are few containers including registry. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562212024196700 ---- 2019-07-04 03:47:08 UTC - Dominic Kim: ``` root@openwhisk-vm1-he-de ~ # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d029867ba796 openwhisk/action-nodejs-v10:nightly "/bin/sh -c 'node ..." 12 hours ago Up 12 hours 8080/tcp wsk0_23_guest_a11562166966366 7db1ced2d58e openwhisk/action-nodejs-v10:nightly "/bin/sh -c 'node ..." 12 hours ago Up 12 hours 8080/tcp wsk0_22_guest_a11562166963567 dca1ac7f32fd openwhisk/action-nodejs-v10:nightly "/bin/sh -c 'node ..." 12 hours ago Up 12 hours 8080/tcp wsk0_21_prewarm_nodejs10 e7deca6ef1b1 openwhisk/action-nodejs-v10:nightly "/bin/sh -c 'node ..." 12 hours ago Up 12 hours 8080/tcp wsk0_20_prewarm_nodejs10 c5e7622853eb registry:2 "/entrypoint.sh /e..." 13 hours ago Up 13 hours 0.0.0.0:444->444/tcp, 5000/tcp registry ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562212028196900 ---- 2019-07-04 03:47:16 UTC - Dominic Kim: ``` root@openwhisk-vm2-he-de ~ # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 383dceb8292f registry:2 "/entrypoint.sh /e..." 36 hours ago Up 36 hours 0.0.0.0:444->444/tcp, 5000/tcp registry ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562212036197200 ---- 2019-07-04 03:47:34 UTC - Dominic Kim: I am curious whether I can just stop them and upgrade the docker. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562212054197600 ---- 2019-07-04 04:51:32 UTC - Dominic Kim: I would remove all containers. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562215892198100 ---- 2019-07-04 05:10:30 UTC - Dominic Kim: It's done. It would be great if the system sanity is confirmed by @Vincent Hou. +1 : Jiang PengCheng https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562217030199200?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-04 09:03:57 UTC - James Thomas: I’m seeing Travis errors this morning…. ``` TASK [controller : (re)start controller] *************************************** Thursday 04 July 2019 08:50:51 +0000 (0:00:00.034) 0:00:44.516 ********* fatal: [controller0]: FAILED! => {"changed": false, "msg": "Error pulling image openwhisk/controller:latest - 404 Client Error: Not Found (\"manifest for openwhisk/controller:latest not found\")"} Error pulling image openwhisk/controller:latest - 404 Client Error: Not Found ("manifest for openwhisk/controller:latest not found") ``` in the openwhisk-client-js repo https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562231037200000 ---- 2019-07-04 09:04:16 UTC - James Thomas: I’m guessing this is maybe related to the work @Dave Grove has been doing on cleaning up the docker tags? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562231056200600 ---- 2019-07-04 09:05:21 UTC - James Thomas: seems to be happening in other places too: <https://travis-ci.org/apache/incubator-openwhisk-cli/builds/554119370> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562231121201200 ---- 2019-07-04 09:05:24 UTC - Jiang PengCheng: seems yes, should use the `nightly` tag https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562231124201300 ---- 2019-07-04 13:31:28 UTC - Pepi Paraskevoulakou: hey guys i am new on in the community, id like to ask about whisk, isn't project of ibm anymore right? as i saw in the website whisk is incubator project of Apache right? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562247088203900 ---- 2019-07-04 13:33:32 UTC - Pepi Paraskevoulakou: <#C3TPCAQG1|general> just because i was reading an e-book titled : "Developing Serveless applications - a practical introduction of Apache Openwhisk- compliments of IBM" https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562247212205400?thread_ts=1562247212.205400&cid=C3TPCAQG1 ---- 2019-07-04 13:33:37 UTC - Markus Thömmes: @Pepi Paraskevoulakou that is correct. Some IBMers contribute to the project but it is under the governance of the Apache Foundation https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562247217205600 ---- 2019-07-04 13:46:54 UTC - Pepi Paraskevoulakou: thank you @Markus Thömmes ! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562248014206200 ---- 2019-07-04 13:50:02 UTC - mmarth: fyi there is also <https://www.oreilly.com/library/view/learning-apache-openwhisk/9781492046158/> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562248202206300?thread_ts=1562247212.205400&cid=C3TPCAQG1 ---- 2019-07-04 16:43:16 UTC - Vincent Hou: These are local image registries. The registry service on on master node is needed by two service slaves. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562258596206600?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-04 16:43:30 UTC - Vincent Hou: Even if you delete them, they will be created when in need. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562258610206800?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-04 16:44:51 UTC - Vincent Hou: invoker0 and invoker1 are running on different machines, but the invoker image is built and saved in the registry of master node. Node of invoker 0 and node of invoker 1 need to access the registry service on master to pull the image. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562258691207000?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-04 16:46:24 UTC - Vincent Hou: It is fine to remove them, coz they should be launched when necessary by the scripts. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562258784207200?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-04 21:58:01 UTC - Dave Grove: @James Thomas — yes, we need to use `nightly` now. `latest` stopped being updated about 5 days ago and in most of the repos now points to the latest release. Sorry, should have sent an update to dev list last night. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562277481209700 ----