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
91f545c2
Commit
91f545c2
authored
Sep 29, 2017
by
ag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加dns dockerFile 测试
parent
aabcb4f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Dockerfile
baseimg/dns/Dockerfile
+17
-0
No files found.
baseimg/dns/Dockerfile
0 → 100644
View file @
91f545c2
FROM
192.168.4.36/baseimg/jdk8
MAINTAINER
ag "xiaoguang.xu@quantgroup.cn"
#安装必要工具
RUN
apt-get
install
-y
bind-tools
\
&&
apt-get
install
-y
ca-certificates
\
&&
apt-get
install
-y
openssl
\
&&
apt-get
install
-y
update-ca-certificates
\
# only need ca-certificates & openssl if want to use https_google
#RUN apk --update add bind-tools ca-certificates openssl && update-ca-certificates && rm -rf /var/cache/apk/*
ADD
coredns /coredns
EXPOSE
53 53/udp
ENTRYPOINT
["/coredns"]
\ No newline at end of file
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