]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove zesty from builds
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 30 Jan 2018 10:17:25 +0000 (11:17 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 27 Sep 2018 11:59:27 +0000 (13:59 +0200)
builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty [deleted file]

diff --git a/builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty b/builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty
deleted file mode 100644 (file)
index f77edf1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# First do the source builds
-@INCLUDE Dockerfile.target.sdist
-
-FROM ubuntu:zesty as dist-base
-ARG APT_URL
-RUN apt-get update && apt-get -y dist-upgrade
-
-@INCLUDE Dockerfile.debbuild-prepare
-
-@IF [ ! -z "$M_authoritative" ]
-ADD builder-support/debian/authoritative/debian-stretch/ pdns-${BUILDER_VERSION}/debian/
-@ENDIF
-
-@IF [ ! -z "$M_dnsdist" ]
-ADD builder-support/debian/dnsdist/debian-stretch/ dnsdist-${BUILDER_VERSION}/debian/
-@ENDIF
-
-@INCLUDE Dockerfile.debbuild
-
-# Do a test install and verify
-# Can be skipped with skiptests=1 in the environment
-# @EXEC [ "$skiptests" = "" ] && include Dockerfile.debtest