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
8aa147b4
Commit
8aa147b4
authored
Jun 14, 2019
by
kewei.jia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正python版本
parent
7de82255
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Dockerfile
tke/python/Dockerfile
+1
-1
docker-entrypoint.sh
tke/python/docker-entrypoint.sh
+5
-0
docker-entrypoint.sh
tke/python2/docker-entrypoint.sh
+0
-4
No files found.
tke/python
2
/Dockerfile
→
tke/python/Dockerfile
View file @
8aa147b4
FROM
python:
2
FROM
python:
3
ARG
BUILD_NUMBER
ARG
SYSTEM_NAME
...
...
tke/python/docker-entrypoint.sh
0 → 100755
View file @
8aa147b4
#!/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
tke/python2/docker-entrypoint.sh
deleted
100755 → 0
View file @
7de82255
#bin/bash
echo
192.168.4.3 git.q-gp.com
>>
/etc/hosts
curl
-sSL
http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | 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