upgrade PowerDNS to 4.3 and use Debian Stretch as base image as packages for Debian Jessie are not available anymore

This commit is contained in:
Philipp Böhm 2020-04-01 21:55:06 +02:00
parent d7d7bcbad9
commit 087acd1907
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