From: Pieter Lexis Date: Tue, 30 Jan 2018 10:17:25 +0000 (+0100) Subject: Remove zesty from builds X-Git-Tag: dnsdist-1.3.3~83^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d18e0df6c4cc5eb56306ddb071618f5f03e028;p=thirdparty%2Fpdns.git Remove zesty from builds --- diff --git a/builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty b/builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty deleted file mode 100644 index f77edf174f..0000000000 --- a/builder-support/dockerfiles/Dockerfile.target.ubuntu-zesty +++ /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