apache/openwhisk-runtime-python

action proxy is not in this repo

rabbah opened this issue · 3 comments

the structure of the runtimes directory is not ideal - the action proxy is currently in the docker runtime repo which means we have to copy it here (wget inside the dockerfile?) to create a new runtime not based on alpine. is there a better way?

in fact, already there's a cloned copy here: https://github.com/ibm-functions/runtime-python3/blob/master/python3/actionproxy.py

all these clones and owns are going to be very painful to maintain - we need to reorganize these before it becomes a mess.

You mean you prefer to fetch the proxy from docker runtime repo from Dockerfile?

Closed by 148e578