OrezzerO commented on code in PR #213:
URL:
https://github.com/apache/apisix-java-plugin-runner/pull/213#discussion_r1017361227
##########
docs/zh/quick-start.md:
##########
@@ -48,18 +45,17 @@ apisix-java-plugin-runner 与 APISIX 用 `Unix Domain Socket`
进行进程间通
构建完成,你会在 `dist` 目录看见构建产物
```
-apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz
+apache-apisix-java-plugin-runner-${your_plugin_version}-bin.tar.gz
```
在`dist`目录添加`Dockerfile`文件
```dockerfile
-FROM apache/apisix:${version}-alpine
-
-RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g"
/etc/apk/repositories && apk add --no-cache openjdk8-jre
+FROM apache/apisix:${version}-debian
-ADD apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz /usr/local/
+RUN apt -y install openjdk-11-jdk
Review Comment:
I use the image of apisix , and jdk should in the same image. If i use the
base image with jdk , I have to install apisix .
--
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]