Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianshuqin
dc-common
Commits
3788b1af
Commit
3788b1af
authored
Mar 02, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f6e6cc2c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
Dockerfile
docker-skywalking/6/6.0-GA/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.0-alpha/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.0-beta/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.1/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.2/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.3/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.4/oap/Dockerfile
+2
-2
Dockerfile
docker-skywalking/6/6.5/oap/Dockerfile
+2
-2
No files found.
docker-skywalking/6/6.0-GA/oap/Dockerfile
View file @
3788b1af
...
...
@@ -29,8 +29,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.0-GA/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.0-GA/oap/
docker-entrypoint.sh .
EXPOSE
12800 11800
...
...
docker-skywalking/6/6.0-alpha/oap/Dockerfile
View file @
3788b1af
...
...
@@ -29,8 +29,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.0-alpha/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.0-alpha/oap/
docker-entrypoint.sh .
EXPOSE
12800 11800
...
...
docker-skywalking/6/6.0-beta/oap/Dockerfile
View file @
3788b1af
...
...
@@ -29,8 +29,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.0-beta/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.0-beta/oap/
docker-entrypoint.sh .
EXPOSE
12800 11800
...
...
docker-skywalking/6/6.1/oap/Dockerfile
View file @
3788b1af
...
...
@@ -28,8 +28,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.1/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.1/oap/
docker-entrypoint.sh .
EXPOSE
12800 11800 1234
...
...
docker-skywalking/6/6.2/oap/Dockerfile
View file @
3788b1af
...
...
@@ -22,8 +22,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.2/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.2/oap/
docker-entrypoint.sh .
FROM
openjdk:8-jre-alpine
...
...
docker-skywalking/6/6.3/oap/Dockerfile
View file @
3788b1af
...
...
@@ -22,8 +22,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.3/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.3/oap/
docker-entrypoint.sh .
FROM
openjdk:8-jre-alpine
...
...
docker-skywalking/6/6.4/oap/Dockerfile
View file @
3788b1af
...
...
@@ -22,8 +22,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.4/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.4/oap/
docker-entrypoint.sh .
FROM
openjdk:8-jre-alpine
...
...
docker-skywalking/6/6.5/oap/Dockerfile
View file @
3788b1af
...
...
@@ -22,8 +22,8 @@ RUN set -eux; \
rm
-rf
"config/log4j2.xml"
;
\
rm
-rf
"webapp"
;
rm
-rf
"agent"
;
COPY
log4j2.xml config/
COPY
docker-entrypoint.sh .
COPY
/docker-skywalking/6/6.5/oap/
log4j2.xml config/
COPY
/docker-skywalking/6/6.5/oap/
docker-entrypoint.sh .
FROM
openjdk:8-jre-alpine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment