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
6228b4bc
Commit
6228b4bc
authored
Mar 18, 2019
by
wutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elastic-jobCD/CI
parent
adb8a7ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
Dockerfile
elastic-job-lite/Dockerfile
+3
-1
pom.xml
elastic-job-lite/elastic-job-lite-spring/pom.xml
+2
-1
entrypoint.sh
elastic-job-lite/entrypoint.sh
+2
-2
No files found.
elastic-job-lite/Dockerfile
View file @
6228b4bc
...
@@ -24,8 +24,10 @@ RUN mvn install -DskipTests -f /elastic-job-lite/pom.xml \
...
@@ -24,8 +24,10 @@ RUN mvn install -DskipTests -f /elastic-job-lite/pom.xml \
# 删除console压缩包
# 删除console压缩包
&& rm -rf /elastic-job-lite-console-${VERSION}.tar.gz
&& rm -rf /elastic-job-lite-console-${VERSION}.tar.gz
ADD
entrypoint.sh entrypoint.sh
ADD
/elastic-job-lite/entrypoint.sh entrypoint.sh
RUN
chmod a+x /entrypoint.sh
RUN
chmod a+x /entrypoint.sh
ENTRYPOINT
/entrypoint.sh
ENTRYPOINT
/entrypoint.sh
elastic-job-lite/elastic-job-lite-spring/pom.xml
View file @
6228b4bc
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
<artifactId>
elastic-job-lite-core
</artifactId>
<artifactId>
elastic-job-lite-core
</artifactId>
<version>
${project.parent.version}
</version>
<version>
${project.parent.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<artifactId>
spring-context
</artifactId>
...
...
elastic-job-lite/entrypoint.sh
View file @
6228b4bc
...
@@ -5,4 +5,5 @@ sed -i "s/root.password=root/root.password=${ROOT_PASSWORD}/g" elastic-job-lite-
...
@@ -5,4 +5,5 @@ sed -i "s/root.password=root/root.password=${ROOT_PASSWORD}/g" elastic-job-lite-
sed
-i
"s/guest.username=guest/guest.username=
${
GUEST_USERNAME
}
/g"
elastic-job-lite-console-
${
VERSION
}
/conf/auth.properties
sed
-i
"s/guest.username=guest/guest.username=
${
GUEST_USERNAME
}
/g"
elastic-job-lite-console-
${
VERSION
}
/conf/auth.properties
sed
-i
"s/guest.password=guest/guest.password=
${
GUEST_PASSWORD
}
/g"
elastic-job-lite-console-
${
VERSION
}
/conf/auth.properties
sed
-i
"s/guest.password=guest/guest.password=
${
GUEST_PASSWORD
}
/g"
elastic-job-lite-console-
${
VERSION
}
/conf/auth.properties
elastic-job-lite-console-
${
VERSION
}
/bin/start.sh
\ No newline at end of file
elastic-job-lite-console-
${
VERSION
}
/bin/start.sh
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