totemofwolf commented on a change in pull request #45:
URL:
https://github.com/apache/incubator-apisix-docker/pull/45#discussion_r415825195
##########
File path: alpine/Dockerfile
##########
@@ -1,24 +1,57 @@
- FROM openresty/openresty:alpine-fat
+FROM node:10-alpine3.11 AS build-stage
+
+ARG APISIX_VERSION=1.1
Review comment:
The repo file `incubator-apisix-docker/alpine/hooks/build` will take
over the real build process and accept the variable `APISIX_VERSION` which set
in dockerhub UI.
----------------------------------------------------------------
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]