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
a0937728
Commit
a0937728
authored
Aug 30, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消多阶段构建
parent
bdaf3a38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
Dockerfile
tke/ui/Dockerfile
+1
-5
No files found.
tke/ui/Dockerfile
View file @
a0937728
ARG
FROM_IMAGE
FROM
${FROM_IMAGE}
# 基于centos7
FROM
ccr.ccs.tencentyun.com/qg-qa/openresty1.13
...
...
@@ -11,6 +8,7 @@ COPY lua/*.lua /usr/local/openresty/nginx/lua/
ARG
CONFIG=default.conf
COPY
conf/nginx.conf /usr/local/openresty/nginx/conf/
COPY
conf/${CONFIG} /usr/local/openresty/nginx/conf/conf.d/
COPY
./*tgz /home/quant_group/
ARG
BUILD_SCHEMA
ENV
BUILD_SCHEMA=$BUILD_SCHEMA
...
...
@@ -19,8 +17,6 @@ ENV SYSTEM_NAME=$SYSTEM_NAME
RUN
echo
-e
"
${
BUILD_SCHEMA
//@/\n
}
"
>>
./build_info
COPY
--from=0 /code/* /home/quant_group/
COPY
readyCheck.sh .
COPY
docker-entrypoint.sh .
RUN
chmod
+x ./docker-entrypoint.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