You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Currently, the invoker image is built FROM golang:x, as attempts to use slimmer images (like alpine) failed due to go-plugin specific issues. Investigate
The text was updated successfully, but these errors were encountered:
I did some investigation. Tried building invoker as a statically linked executable (and the function with and without static linking) to run on alpine. e.g. CGO_ENABLED=0 go build -a -o /riff-entrypoint cmd/${COMPONENT}.go Ran into this golang/go#19569. Same result plugin: not implemented.
Currently, the invoker image is built
FROM golang:x
, as attempts to use slimmer images (like alpine) failed due to go-plugin specific issues. InvestigateThe text was updated successfully, but these errors were encountered: