apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

Failed to "Developing a new Runtime with the ActionLoop proxy" #5178

Open Koado opened 2 years ago

Koado commented 2 years ago

I follow the document actions-actionloop, trying to develop a new Runtime. However, there was something wrong when I tried to debug. At the Debugging stage, we enter the docker conatiner by typing "make debug". But the next step, "/bin/proxy -debug" went wrong which shows that /bin/proxy not found.

/proxy # /bin/proxy -debug
/bin/sh : /bin/proxy: not found

Since that the /bin/proxy was add from the openwhisk/actionloop-v2:latest, I clean the cache, and run "docker run -it openwhisk/actionloop-v2:latest", trying to see what the /bin/proxy is and whether is runnable, however I got blocked and cant enter the container. Anyone has encountered the same problem with me and solved it? Need help! Thanks a lot.

rabbah commented 2 years ago

Did you resolve this issue @Koado ?