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 2022/10/08 09:51:10 UTC

[GitHub] [apisix-java-plugin-runner] MorganArthur opened a new issue, #202: help request: windows打包docker镜像

MorganArthur opened a new issue, #202:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/202

   ### Description
   
   我在windows上打包apisix和java-plugin-runner的镜像,报错:
   ![image](https://user-images.githubusercontent.com/24489342/194694644-344f1917-38bb-4166-9339-c8891c605b58.png)
    我之前在apisix-java-plugin-runner还是0.2.0版本的时候使用过这样打包,当时没有问题,由于现在我换电脑了,没办法获取之前的电脑环境,但是实际上我也没有配置什么东西,都是默认配置。现在打镜像却报这样的错,不太明白是哪里出了问题?
   
   ### Environment
   
   - APISIX version (run `apisix version`): apache/apisix:2.99.0-debian
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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

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


[GitHub] [apisix-java-plugin-runner] MorganArthur closed issue #202: help request: windows打包docker镜像

Posted by "MorganArthur (via GitHub)" <gi...@apache.org>.
MorganArthur closed issue #202: help request: windows打包docker镜像
URL: https://github.com/apache/apisix-java-plugin-runner/issues/202


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


[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #202: help request: windows打包docker镜像

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #202:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/202#issuecomment-1272282258

   > 我发现使用2.15.0-alpine就可以打包镜像,使用2.99.0-debian就不行
   
   I don't think the problem is project related, it's your privatization changes that are causing the image build to fail. 
   
   You should analyze it according to the error prompt.


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


[GitHub] [apisix-java-plugin-runner] OrezzerO commented on issue #202: help request: windows打包docker镜像

Posted by GitBox <gi...@apache.org>.
OrezzerO commented on issue #202:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/202#issuecomment-1305402543

   `RUN apt -y install openjdk-11-jdk` can be an alternative command @MorganArthur
   
   


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


[GitHub] [apisix-java-plugin-runner] soulbird commented on issue #202: help request: windows打包docker镜像

Posted by GitBox <gi...@apache.org>.
soulbird commented on issue #202:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/202#issuecomment-1272332939

   `apisix:2.99.0-debian` uses `apt` as package management tool instead of `apk`, the problem is very basic. You need to tweak some commands instead of simply changing the base image.


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