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/09/18 08:40:09 UTC

[GitHub] [apisix] jagerzhang opened a new issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

jagerzhang opened a new issue #5099:
URL: https://github.com/apache/apisix/issues/5099


   ### Issue description
   
   We all use official Docker images directly, Since APISIX has built-in plug-ins, can the image integrate dependencies by default
   
   Similar problems: https://github.com/apache/apisix/issues/4925
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.9
   - OS (cmd: `uname -a`):  2.9-centos


-- 
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] arabot777 commented on issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

Posted by GitBox <gi...@apache.org>.
arabot777 commented on issue #5099:
URL: https://github.com/apache/apisix/issues/5099#issuecomment-953752621


   hello,你这个问题是怎么解决的呀。我也是报501这个


-- 
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] jagerzhang closed issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

Posted by GitBox <gi...@apache.org>.
jagerzhang closed issue #5099:
URL: https://github.com/apache/apisix/issues/5099


   


-- 
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] jagerzhang commented on issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

Posted by GitBox <gi...@apache.org>.
jagerzhang commented on issue #5099:
URL: https://github.com/apache/apisix/issues/5099#issuecomment-939200815


   From the latest official account of the public, the official image has been integrated by default, but the actual test is still not acceptable.
   ![image](https://user-images.githubusercontent.com/9711651/136639123-d534ad57-0d61-4c3e-9c79-7131e30ab0a3.png)
   
   
   ```
   {
       "uri": "/",
       "name": "test_plugin",
       "methods": [
         "POST"
       ],
       "plugins": {
           "client-control": {
               "disable": false,
               "max_body_size": 1048576
             }
       },
       "service_id": "test_plugin",
       "status": 1
     }
   ```
   
   Error Info:
   ```
   {'Content-Length': '162', 'X-Request-Id': '7f917097-a92a-43cc-bb99-bc177b0f100e', 'Server': 'APISIX/2.10.0', 'Connection': 'close', 'Date': 'Sat, 09 Oct 2021 01:18:58 GMT', 'Content-Type': 'text/html; charset=utf-8'}
   501
   <html>
   <head><title>501 Not Implemented</title></head>
   <body>
   <center><h1>501 Not Implemented</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   ```
   
   


-- 
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] tzssangglass commented on issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #5099:
URL: https://github.com/apache/apisix/issues/5099#issuecomment-954341947


   > hello,你这个问题是怎么解决的呀。我也是报501这个
   
   The official docker image hasn't contained APISIX-OpenResty yet. We are working on it. see:https://github.com/apache/apisix/issues/5345#issuecomment-953416653


-- 
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] jagerzhang commented on issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

Posted by GitBox <gi...@apache.org>.
jagerzhang commented on issue #5099:
URL: https://github.com/apache/apisix/issues/5099#issuecomment-927214153


   @gxthrj 辛苦大佬~


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