-Subproject commit 836c9a8f6d9a9c7980076eedde674b4e056f24c3
+Subproject commit 82843ac183ef0f0bf9cdc1367b93c8e9e6fa6dfa
FROM alpine:3.6 as pdns-authoritative
+ARG BUILDER_CACHE_BUSTER=
RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
libtool file boost-dev curl openssl-dev ragel py-virtualenv \
FROM alpine:3.6 as dnsdist
+ARG BUILDER_CACHE_BUSTER=
RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
libtool file boost-dev ragel py-virtualenv git libedit-dev
FROM alpine:3.6 as pdns-recursor
+ARG BUILDER_CACHE_BUSTER=
RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
libtool file boost-dev curl openssl-dev ragel py-virtualenv \
# This defines the dstribution base layer
# Put only the bare minimum of common commands here, without dev tools
FROM amazonlinux:2 as dist-base
+ARG BUILDER_CACHE_BUSTER=
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# Do the actual rpm build
# This defines the dstribution base layer
# Put only the bare minimum of common commands here, without dev tools
FROM centos:6 as dist-base
+ARG BUILDER_CACHE_BUSTER=
RUN which yum
RUN yum clean all
RUN yum install -y --verbose epel-release centos-release-scl-rh && \
# This defines the dstribution base layer
# Put only the bare minimum of common commands here, without dev tools
FROM centos:7 as dist-base
+ARG BUILDER_CACHE_BUSTER=
RUN yum install -y epel-release
# Do the actual rpm build
@INCLUDE Dockerfile.target.sdist
FROM debian:jessie as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM debian:stretch as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM resin/rpi-raspbian:jessie as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM resin/rpi-raspbian:stretch as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@ENDIF
FROM alpine:3.6 as sdist
+ARG BUILDER_CACHE_BUSTER=
@IF [ ! -z "$M_authoritative$M_all" ]
COPY --from=pdns-authoritative /sdist/ /sdist/
@INCLUDE Dockerfile.target.sdist
FROM ubuntu:bionic as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM ubuntu:cosmic as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM ubuntu:trusty as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
@INCLUDE Dockerfile.target.sdist
FROM ubuntu:xenial as dist-base
+ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade