first-commit

This commit is contained in:
zeaslity
2023-05-15 16:49:09 +08:00
commit 06cba6ca3c
816 changed files with 157018 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM java:8
MAINTAINER wdd<wdd@cmii.com>
WORKDIR /ems
COPY agent /ems/agent
docker build -t aiboxhb.cdcyy.cn:8033/etour/java8-skywalking_agent:7.0 .
docker login --username=etour --password=eTour@jenkins123 http://aiboxhb.cdcyy.cn:8033
docker push aiboxhb.cdcyy.cn:8033/etour/java8-skywalking_agent:7.0