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/02/20 15:29:09 UTC

[GitHub] [apisix-docker] gxthrj commented on a change in pull request #134: docs: improve the documentation of alpine

gxthrj commented on a change in pull request #134:
URL: https://github.com/apache/apisix-docker/pull/134#discussion_r579670742



##########
File path: alpine/README.MD
##########
@@ -1,5 +1,7 @@
 ### When building with `alpine` basic image, please specify `APISIX_VERSION` through `build-arg`
 
 ```
-docker build --build-arg APISIX_VERSION=$APISIX_VERSION -t $IMAGE_NAME .
-```
\ No newline at end of file
+$ docker build --build-arg APISIX_VERSION=$APISIX_VERSION -t $IMAGE_NAME .
+```
+
+Note: The minimum version of docker that supports building image is `docker 17.05.0-ce`.

Review comment:
       I think use `docker 17.05.0-ce` is ok
   
   Ref to: 
   https://github.com/docker/docker/pull/31352
   https://docs.docker.com/engine/release-notes/17.05




----------------------------------------------------------------
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:
users@infra.apache.org