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
bltdc
dc-common
Commits
a078f3d5
Commit
a078f3d5
authored
Feb 28, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Dockerfile
parent
7e472c5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
docker-entrypoint.sh
docker-skywalking/6/6.6/oap-es7/docker-entrypoint.sh
+5
-5
docker-entrypoint.sh
docker-skywalking/6/6.6/oap/docker-entrypoint.sh
+5
-5
No files found.
docker-skywalking/6/6.6/oap-es7/docker-entrypoint.sh
View file @
a078f3d5
...
@@ -100,11 +100,11 @@ storage:
...
@@ -100,11 +100,11 @@ storage:
EOT
EOT
fi
fi
cat
<<
EOT
>>
${
var_application_file
}
cat
<<
EOT
>>
${
var_application_file
}
nameSpace: \
${
SW_NAMESPACE
:
""
}
nameSpace: \
${
SW_NAMESPACE
:
"
skywalking
"
}
clusterNodes: \
${
SW_STORAGE_ES_CLUSTER_NODES
:
localhost
:9200
}
clusterNodes: \
${
SW_STORAGE_ES_CLUSTER_NODES
:
0.0.0.0
:9200
}
protocol: \
${
SW_STORAGE_ES_HTTP_PROTOCOL
:
"http"
}
protocol: \
${
SW_STORAGE_ES_HTTP_PROTOCOL
:
"http"
}
user: \
${
SW_ES_USER
:
""
}
user: \
${
SW_ES_USER
:
"
admin
"
}
password: \
${
SW_ES_PASSWORD
:
""
}
password: \
${
SW_ES_PASSWORD
:
"
admin
"
}
indexShardsNumber: \
${
SW_STORAGE_ES_INDEX_SHARDS_NUMBER
:2
}
indexShardsNumber: \
${
SW_STORAGE_ES_INDEX_SHARDS_NUMBER
:2
}
indexReplicasNumber: \
${
SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
:0
}
indexReplicasNumber: \
${
SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
:0
}
# Those data TTL settings will override the same settings in core module.
# Those data TTL settings will override the same settings in core module.
...
@@ -408,7 +408,7 @@ EOT
...
@@ -408,7 +408,7 @@ EOT
echo
"[Entrypoint] Apache SkyWalking Docker Image"
echo
"[Entrypoint] Apache SkyWalking Docker Image"
SW_CLUSTER
=
${
SW_CLUSTER
:-
standalone
}
SW_CLUSTER
=
${
SW_CLUSTER
:-
standalone
}
SW_STORAGE
=
${
SW_STORAGE
:-
h2
}
SW_STORAGE
=
${
SW_STORAGE
:-
elasticsearch
}
SW_CONFIGURATION
=
${
SW_CONFIGURATION
:-
none
}
SW_CONFIGURATION
=
${
SW_CONFIGURATION
:-
none
}
SW_TELEMETRY
=
${
SW_TELEMETRY
:-
none
}
SW_TELEMETRY
=
${
SW_TELEMETRY
:-
none
}
...
...
docker-skywalking/6/6.6/oap/docker-entrypoint.sh
View file @
a078f3d5
...
@@ -100,11 +100,11 @@ storage:
...
@@ -100,11 +100,11 @@ storage:
EOT
EOT
fi
fi
cat
<<
EOT
>>
${
var_application_file
}
cat
<<
EOT
>>
${
var_application_file
}
nameSpace: \
${
SW_NAMESPACE
:
""
}
nameSpace: \
${
SW_NAMESPACE
:
"
skywalking
"
}
clusterNodes: \
${
SW_STORAGE_ES_CLUSTER_NODES
:
localhost
:9200
}
clusterNodes: \
${
SW_STORAGE_ES_CLUSTER_NODES
:
172.31.6.101
:9200
}
protocol: \
${
SW_STORAGE_ES_HTTP_PROTOCOL
:
"http"
}
protocol: \
${
SW_STORAGE_ES_HTTP_PROTOCOL
:
"http"
}
user: \
${
SW_ES_USER
:
""
}
user: \
${
SW_ES_USER
:
"
admin
"
}
password: \
${
SW_ES_PASSWORD
:
""
}
password: \
${
SW_ES_PASSWORD
:
"
admin
"
}
indexShardsNumber: \
${
SW_STORAGE_ES_INDEX_SHARDS_NUMBER
:2
}
indexShardsNumber: \
${
SW_STORAGE_ES_INDEX_SHARDS_NUMBER
:2
}
indexReplicasNumber: \
${
SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
:0
}
indexReplicasNumber: \
${
SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
:0
}
# Those data TTL settings will override the same settings in core module.
# Those data TTL settings will override the same settings in core module.
...
@@ -408,7 +408,7 @@ EOT
...
@@ -408,7 +408,7 @@ EOT
echo
"[Entrypoint] Apache SkyWalking Docker Image"
echo
"[Entrypoint] Apache SkyWalking Docker Image"
SW_CLUSTER
=
${
SW_CLUSTER
:-
standalone
}
SW_CLUSTER
=
${
SW_CLUSTER
:-
standalone
}
SW_STORAGE
=
${
SW_STORAGE
:-
h2
}
SW_STORAGE
=
${
SW_STORAGE
:-
elasticsearch
}
SW_CONFIGURATION
=
${
SW_CONFIGURATION
:-
none
}
SW_CONFIGURATION
=
${
SW_CONFIGURATION
:-
none
}
SW_TELEMETRY
=
${
SW_TELEMETRY
:-
none
}
SW_TELEMETRY
=
${
SW_TELEMETRY
:-
none
}
...
...
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