You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/10/02 09:00:54 UTC

[slack-digest] [2019-10-01] #general

2019-10-01 01:13:41 UTC - Mayank Jha: I later built it myself which fixed it.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569892421067900?thread_ts=1569542937.049700&cid=C3TPCAQG1
----
2019-10-01 01:14:37 UTC - Mayank Jha: 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569892477068900?thread_ts=1569892477.068900&cid=C3TPCAQG1
----
2019-10-01 04:50:08 UTC - chetanm: &gt; org.apache.openwhisk.core.containerpool.docker.ProcessUnsuccessfulException: info: command was unsuccessful, code: 2 (unsuccessful), stdout: , stderr: /usr/bin/docker: 3: /usr/bin/docker: Syntax error: word unexpected (expecting “)”)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569905408069600?thread_ts=1569892477.068900&cid=C3TPCAQG1
----
2019-10-01 04:51:49 UTC - chetanm: Per error message its coming while determining the docker version where command invoked is
```
/usr/bin/docker version --format {{.Client.Version}}
```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569905509069800?thread_ts=1569892477.068900&cid=C3TPCAQG1
----
2019-10-01 04:52:19 UTC - chetanm: Current docker is searched in `/usr/bin/docker` and `/usr/local/bin/docker`
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569905539070000?thread_ts=1569892477.068900&cid=C3TPCAQG1
----
2019-10-01 04:53:28 UTC - chetanm: Check if the container can access docker at one of those paths and the version command can be executed.
Can you check the docker version and see if whats the output when executing the above version command directly
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569905608070200?thread_ts=1569892477.068900&cid=C3TPCAQG1
----
2019-10-01 21:56:14 UTC - Mayank Jha: Thanks was able to find the problem, though the logs were a bit misleading. The actual problem was the docker installed was not built for arm64.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569966974070400?thread_ts=1569892477.068900&cid=C3TPCAQG1
----