11 lines
306 B
Docker
11 lines
306 B
Docker
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 |