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
bbf55258
Commit
bbf55258
authored
Aug 15, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拆分基础镜像
parent
a56f0792
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
Dockerfile
tke/openresty1.13/Dockerfile
+13
-0
requirements.txt
tke/openresty1.13/qa-replace/requirements.txt
+0
-0
Dockerfile
tke/ui/Dockerfile
+1
-10
No files found.
tke/openresty1.13/Dockerfile
0 → 100644
View file @
bbf55258
# 基于centos7
FROM
openresty/openresty:1.13.6.2-centos
WORKDIR
/home/quant_group
RUN
yum
-y
install
epel-release
\
&&
yum
-y
install
python-pip
\
&& yum -y install telnet.x86_64
# 加入测试工具集
COPY
qa-replace .
RUN
pip
install
-r
requirements.txt
\
&&
yum clean all
tke/
ui
/qa-replace/requirements.txt
→
tke/
openresty1.13
/qa-replace/requirements.txt
View file @
bbf55258
File moved
tke/ui/Dockerfile
View file @
bbf55258
...
...
@@ -2,19 +2,10 @@ ARG FROM_IMAGE
FROM
${FROM_IMAGE}
# 基于centos7
FROM
openresty/openresty:1.13.6.2-centos
FROM
ccr.ccs.tencentyun.com/qg-qa/openresty1.13
WORKDIR
/home/quant_group
RUN
yum
-y
install
epel-release
\
&&
yum
-y
install
python-pip
\
&& yum -y install telnet.x86_64
# 加入测试工具集
COPY
qa-replace .
RUN
pip
install
-r
requirements.txt
\
&&
yum clean all
# 拷贝nginx配置
COPY
lua/*.lua /usr/local/openresty/nginx/lua/
ARG
CONFIG=default.conf
...
...
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