imjoey opened a new pull request #117: URL: https://github.com/apache/apisix-docker/pull/117
Previously, the `aliyun` mirror is always used in docker build phrase and it's honestly not properly set for non-Chinese users. Changes proposed in this PR: - Introduce a new build argument `ENABLE_PROXY` in Dockerfile for APISIX, building will use proxy if `ENABLE_PROXY` is set to `true` - Add guides for the new `ENABLE_PROXY` - Reduce the count of individual `RUN` commands in Dockerfile for Dashboard to reduce the image size as well as the build time cost - Make Dockerfile be more conventional via some other minor changes ---------------------------------------------------------------- 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]
