action proxy is not in this repo
rabbah opened this issue · 3 comments
rabbah commented
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?
rabbah commented
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.
csantanapr commented
You mean you prefer to fetch the proxy from docker runtime repo from Dockerfile?
csantanapr commented
Closed by 148e578