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/09/17 12:59:57 UTC

[GitHub] [apisix] gy09535 opened a new pull request #2250: add docker file

gy09535 opened a new pull request #2250:
URL: https://github.com/apache/apisix/pull/2250


   ### What this PR does / why we need it:
   fix:https://github.com/apache/apisix/issues/2249
   ### Pre-submission checklist:
   
   * [x] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [x] Is this PR backward compatible?
   


----------------------------------------------------------------
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] github-actions[bot] closed pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #2250:
URL: https://github.com/apache/apisix/pull/2250


   


-- 
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] gy09535 commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
gy09535 commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-731009330


   any update?


----------------------------------------------------------------
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] github-actions[bot] commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-925671836


   This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.


-- 
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] gy09535 commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
gy09535 commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-722119878


   I copy Dockerfile  from https://github.com/apache/apisix-docker/blob/master/alpine/Dockerfile , And replace build code from local other then form github.


----------------------------------------------------------------
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] gy09535 commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
gy09535 commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-731574364


   > where is the source code? I not find in dockerfile
   
   https://github.com/apache/apisix/pull/2250/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R19
   
   This Dockerfile is put in apisix root path, when user clone this project, And then can build docker image use command 
   ```
   docker build -t apisix:tags 
   ```.
   


----------------------------------------------------------------
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] juzhiyuan edited a comment on pull request #2250: feat:add "Dockerfile" in source code

Posted by GitBox <gi...@apache.org>.
juzhiyuan edited a comment on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-720258745


   Waiting for the discussion result.
   
   [1] https://github.com/apache/apisix/issues/2249


----------------------------------------------------------------
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] gy09535 edited a comment on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
gy09535 edited a comment on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-731574364


   > where is the source code? I not find in dockerfile
   
   https://github.com/apache/apisix/pull/2250/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R19
   
   This Dockerfile is put in apisix root path, when user clone this project, And then can build docker image use command 
   ```
   docker build -t apisix:tags 
   
   ```
   


----------------------------------------------------------------
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] github-actions[bot] commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-905364979


   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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] moonming commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
moonming commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-731110568


   where is the source code? I not find in dockerfile


----------------------------------------------------------------
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] gxthrj commented on pull request #2250: feat: Build docker image in source code

Posted by GitBox <gi...@apache.org>.
gxthrj commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-731096256


   I think it is related to #2783 


----------------------------------------------------------------
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] juzhiyuan commented on pull request #2250: feat:add "Dockerfile" in source code

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on pull request #2250:
URL: https://github.com/apache/apisix/pull/2250#issuecomment-720258745


   Waiting for the discuss result.
   
   [1] https://github.com/apache/apisix/issues/2249


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