Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qg-dockerfiles
Commits
e2269b9f
Commit
e2269b9f
authored
Jun 15, 2019
by
xuezj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.quantgroup.cn:QA/qg-dockerfiles
parents
e337b49d
8aa147b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
1 deletion
+29
-1
Dockerfile
tke/java/Dockerfile
+1
-1
Dockerfile
tke/python/Dockerfile
+23
-0
docker-entrypoint.sh
tke/python/docker-entrypoint.sh
+5
-0
No files found.
tke/java/Dockerfile
View file @
e2269b9f
tke/python/Dockerfile
0 → 100644
View file @
e2269b9f
FROM
python:3
ARG
BUILD_NUMBER
ARG
SYSTEM_NAME
ARG
BUILD_TIME
USER
root
WORKDIR
/home/quant_group
RUN
mkdir
project
RUN
mkdir
logs
ARG
BUILD_SCHEMA
ARG
SYSTEM_NAME
ENV
BUILD_SCHEMA=$BUILD_SCHEMA
ENV
SYSTEM_NAME=$SYSTEM_NAME
COPY
docker-entrypoint.sh .
COPY
dist.tgz ./project/dist.tgz
RUN
chmod
+x ./docker-entrypoint.sh
CMD
["sh", "docker-entrypoint.sh"]
tke/python/docker-entrypoint.sh
0 → 100755
View file @
e2269b9f
#!/bin/bash
echo
172.30.10.23 git.quantgroup.cn
>>
/etc/hosts
curl
-sSL
http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/python.sh
-o
run.sh
sh run.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