sciabarracom opened a new issue #80: The openwhisk/actionloop-v2 includes the dynamic executable URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/80 The build.gradle uses the "-static" but the image published on Docker Hub as "actionloop-v2" is still dymanically linked ``` docker run --entrypoint=ldd openwhisk/actionloop-v2 /bin/proxy linux-vdso.so.1 => (0x00007ffc35f65000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8e4aee2000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8e4ab18000) /lib64/ld-linux-x86-64.so.2 (0x00007f8e4b0ff000) ``` Note that if I rebuild the runtime locally it is statically linked: ``` docker run --entrypoint=ldd whisk/actionloop-v2 /bin/proxy not a dynamic executable ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
