Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
f93df1f2
Commit
f93df1f2
authored
Mar 19, 2018
by
Filip Široký
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dockerfile: Deckard CI now uses image from kresd CI
parent
474fa41b
Pipeline
#35053
passed with stage
in 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
ci/Dockerfile
ci/Dockerfile
+0
-20
ci/README.rst
ci/README.rst
+4
-0
No files found.
ci/Dockerfile
deleted
100644 → 0
View file @
474fa41b
FROM
cznic/ubuntu:16.04
MAINTAINER
Knot DNS <knot-dns@labs.nic.cz>
WORKDIR
/root
CMD
["/bin/bash"]
# knot-resolver used for comparative tests
# we do not care that much about particular version of resolvers
# we want to install newer version of Augeas because those from Ubuntu repositories are incredibly slow on some operations
# context: https://www.redhat.com/archives/augeas-devel/2017-June/msg00000.html
RUN
LC_ALL
=
C.UTF-8 add-apt-repository ppa:raphink/augeas
-y
RUN
apt-get update
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
knot-resolver
RUN
apt-get
install
-y
unbound
RUN
apt-get
install
-y
pdns-recursor
RUN
apt-get
install
-y
python3-augeas python3-pep8 pylint3 python3-pip python3-jinja2 python3-yaml python3-pytest
# version of dnspython in Ubuntu repository is f**ked up
RUN
pip3
install
--upgrade
dnspython selenium xvfbwrapper
ci/README.rst
0 → 100644
View file @
f93df1f2
Deckard CI
==========
For testing with Deckard in Docker use kresd ci image: registry.labs.nic.cz/knot/knot-resolver/ci:debian-stable
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