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
d08aaf1e
Commit
d08aaf1e
authored
Mar 29, 2018
by
kalvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新基础镜像
parent
96b9c6c6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
baseimg/common/jdk8/Dockerfile
+1
-1
Dockerfile
baseimg/common/mysql/Dockerfile
+1
-1
Dockerfile
baseimg/common/nodejs/Dockerfile
+1
-1
Dockerfile
baseimg/common/openresty/Dockerfile
+1
-1
Dockerfile
baseimg/common/python/Dockerfile
+1
-1
Dockerfile
baseimg/tools/redis/Dockerfile
+1
-1
Dockerfile
job/rabbitmq-sync/Dockerfile
+1
-1
No files found.
baseimg/common/jdk8/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
MAINTAINER
daidekun "dekun.dai@quantgroup.cn"
MAINTAINER
daidekun "dekun.dai@quantgroup.cn"
...
...
baseimg/common/mysql/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
WORKDIR
/usr/local
WORKDIR
/usr/local
RUN
yum
-y
install
mysql
&&
yum clean all
RUN
yum
-y
install
mysql
&&
yum clean all
\ No newline at end of file
baseimg/common/nodejs/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
MAINTAINER
kalvin "dekun.dai@quantgroup.cn"
MAINTAINER
kalvin "dekun.dai@quantgroup.cn"
...
...
baseimg/common/openresty/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
MAINTAINER
kalvin.dai <dekun.dai@quantgroup.cn>
MAINTAINER
kalvin.dai <dekun.dai@quantgroup.cn>
ARG
RESTY_LUAROCKS_VERSION="2.4.3"
ARG
RESTY_LUAROCKS_VERSION="2.4.3"
...
...
baseimg/common/python/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
WORKDIR
/home/quant_group
WORKDIR
/home/quant_group
...
...
baseimg/tools/redis/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
MAINTAINER
kalvin.dai <dekun.dai@quantgroup.cn>
MAINTAINER
kalvin.dai <dekun.dai@quantgroup.cn>
...
...
job/rabbitmq-sync/Dockerfile
View file @
d08aaf1e
FROM
192.168.4.36/baseimg/centos:12251535
FROM
192.168.4.36/baseimg/centos:
201803291115
12251535
USER
root
USER
root
WORKDIR
/home/quant_group
WORKDIR
/home/quant_group
...
...
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