hanqingwu commented on issue #11131:
URL: https://github.com/apache/apisix/issues/11131#issuecomment-2042533049

   Can you try add RUN  mkdir  ? 
   ```
   FROM apache/apisix:3.8.0-redhat
   
   RUN mkdir -p usr/local/apisix-go-plugin-runner/
   
   COPY ./bin/go-runner /usr/local/apisix-go-plugin-runner/go-runner
   
   CMD [ "/usr/local/apisix-go-plugin-runner/go-runner" ]
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to