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 2020/12/23 09:30:11 UTC

[GitHub] [apisix] kizy008 opened a new issue #3110: request help: docker hub for apisix v1.5

kizy008 opened a new issue #3110:
URL: https://github.com/apache/apisix/issues/3110


   ### Issue description
   when I first use apisix in my program, it is v1.5. 
   And I deploy my program by using docker.
    I fetch docker from docker hub with tag "apache/apisix:1.5-centos".
    But recently when I deploy apisix with tag "apache/apisix:1.5-centos" from docker hub, I found the version for apisix is v2.0.  
   Can you contact maintainer for apisix in docker hub ? 
   And I wander why tag is v1.5 but the real version is 2.0. And how I can get v1.5 docker image?
   
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): V1.5
   * OS: (cmd: `uname -a`) Linux VM-0-5-centos 3.10.107-1-tlinux2_kvm_guest-0052 #1 SMP Wed Jan 15 18:42:19 CST 2020 x86_64 x86_64 x86_64 GNU/Linux
   * OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`) nginx version: openresty/1.17.8.2
   


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



[GitHub] [apisix] kizy008 commented on issue #3110: request help: docker hub for apisix v1.5

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


   `
   [root@VM-0-10-centos /data/docker_images]# docker pull apache/apisix:1.5-centos
   
   [root@VM-0-10-centos /data/docker_images]# docker run -it apache/apisix:1.5-centos /bin/bash
   
   [root@84ce8744cee4 apisix]# apisix version
   
   2.0
   `


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