You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/01 01:39:16 UTC

[GitHub] [apisix-java-plugin-runner] BlackEragon edited a comment on issue #61: bug: Can not connect java plugin with apache apisix container

BlackEragon edited a comment on issue #61:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/61#issuecomment-955853084


   This is a solution to the problem of no jre in the container:rebuild APISIX image with alpine jre
   
   ···
   FROM apache/apisix:2.10.0-alpine
   
   RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories \
         && apk add --no-cache openjdk11-jre-headless
   ···


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org