You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/03 21:38:20 UTC

[GitHub] [skywalking-python] jiang1997 commented on pull request #214: [WIP] started on bottle

jiang1997 commented on PR #214:
URL: https://github.com/apache/skywalking-python/pull/214#issuecomment-1173176329

   > 
   
   
   
   > Here is the way I create "apache/skywalking-python-agent:latest-plugin" image for the test. First, create the file as below, skywalking-python/Dockerfile.test
   > 
   > ```
   > FROM python:3.8
   > 
   > WORKDIR /usr/src/app
   > 
   > COPY . .
   > 
   > RUN pip install -r requirements.txt
   > RUN pip install -e .[test]
   > ```
   > 
   > then
   > 
   > ```
   > docker build -t apache/skywalking-python-agent:latest-plugin .  -f Dockerfile.test 
   > ```
   
   The reason  I mention this is that the instruction to run a test locally is kind of vague by now.


-- 
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@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org