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/10/09 01:10:53 UTC

[GitHub] [apisix-docker] gxthrj opened a new pull request #233: feat: add dockerfile for apisix-base (base on alpine)

gxthrj opened a new pull request #233:
URL: https://github.com/apache/apisix-docker/pull/233


   Build the apisix-base base image.
   
   Discuss in [mailing list](https://lists.apache.org/thread.html/rd36747197936f482f71067e385f996d336c9d9eb22e0fd9ffcb4ae91%40%3Cdev.apisix.apache.org%3E) .


-- 
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-docker] gxthrj closed pull request #233: feat: add dockerfile for apisix-base (base on alpine)

Posted by GitBox <gi...@apache.org>.
gxthrj closed pull request #233:
URL: https://github.com/apache/apisix-docker/pull/233


   


-- 
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-docker] tokers commented on a change in pull request #233: feat: add dockerfile for apisix-base (base on alpine)

Posted by GitBox <gi...@apache.org>.
tokers commented on a change in pull request #233:
URL: https://github.com/apache/apisix-docker/pull/233#discussion_r725408914



##########
File path: apisix-base/alpine/README.md
##########
@@ -0,0 +1,30 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Instructions for building apisix-base
+
+## What is apisix-base
+
+`apisix-base` is a basic image used to build Apache APISIX, including `openresty` and basic modules required by Apache APISIX, such as `mod_dubbo`, `apisix-nginx-module`, `lua-var-nginx-module`, etc.
+
+## How to build

Review comment:
       Add some hints to users that one can specify some docker build args to customize the build process.




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