datawire / aes-example-plugins

A few example Ambassador Edge Stack filter plugins
4 stars 12 forks source link

Wrong entry point of aes-plugin-runner #88

Open kriptor opened 2 years ago

kriptor commented 2 years ago

Hi,

with version 1.14.2 of aes-plugin-runner for Mac you get the following error when running aes-plugin-runner :8080 ./my-plugin.so:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/ambassador/aes-plugin-runner": stat /ambassador/aes-plugin-runner: no such file or directory: unknown.

It looks like you moved the entrypoint to /usr/local/bin/aes-plugin-runner inside the image... but still trying to enter with /ambassador/aes-plugin-runner which does not exist.

Cheers

budziam commented 1 year ago

Workaround

./aes-plugin-runner :8080 ./param-plugin.so -- --entrypoint=/usr/local/bin/aes-plugin-runner