Merge pull request #22 from pboehm/fix_powerdns_build

Upgrade PowerDNS to 4.3 and use Debian Stretch as base image
This commit is contained in:
Philipp Böhm 2020-04-01 22:28:27 +02:00 committed by GitHub
commit 3e9c5ef2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,4 +1,3 @@
disable-tcp=yes
cache-ttl=0
loglevel=7
log-dns-details=yes