Skip to content

Commit 3e9c5ef

Browse files
authored
Merge pull request #22 from pboehm/fix_powerdns_build
Upgrade PowerDNS to 4.3 and use Debian Stretch as base image
2 parents d7d7bcb + 087acd1 commit 3e9c5ef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docker/powerdns/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM buildpack-deps:jessie-scm
1+
FROM buildpack-deps:stretch-scm
22

3-
# the setup procedure according to https://repo.powerdns.com/ (Debian 8 Jessie)
4-
RUN echo "deb http://repo.powerdns.com/debian jessie-auth-41 main" > /etc/apt/sources.list.d/pdns.list \
3+
# the setup procedure according to https://repo.powerdns.com/ (Debian 9 Stretch)
4+
RUN echo "deb [arch=amd64] http://repo.powerdns.com/debian stretch-auth-43 main" > /etc/apt/sources.list.d/pdns.list \
55
&& echo "Package: pdns-*\nPin: origin repo.powerdns.com\nPin-Priority: 600\n" >> /etc/apt/preferences.d/pdns \
66
&& curl https://repo.powerdns.com/FD380FBB-pub.asc | apt-key add - \
77
&& apt-get -y update \

docker/powerdns/pdns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
disable-tcp=yes
21
cache-ttl=0
32
loglevel=7
43
log-dns-details=yes

0 commit comments

Comments
 (0)