From: Ondřej Surý Date: Mon, 19 Feb 2018 21:14:36 +0000 (+0100) Subject: Remove integrated Dockerfiles that have been moved to separate repository X-Git-Tag: v9.13.0~157^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=76239c6fa7f747b3e88ba90f815dcd03f5b5c2ff;p=thirdparty%2Fbind9.git Remove integrated Dockerfiles that have been moved to separate repository --- diff --git a/contrib/docker/centos-amd64:latest/Dockerfile b/contrib/docker/centos-amd64:latest/Dockerfile deleted file mode 100644 index c79fdaadb72..00000000000 --- a/contrib/docker/centos-amd64:latest/Dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -FROM centos:latest -MAINTAINER Knot DNS -ENV DEBIAN_FRONTEND noninteractive -RUN yum -y upgrade -RUN yum -y install epel-release -RUN yum -y install \ - 'autoconf' \ - 'automake' \ - 'bison' \ - 'libtool' \ - 'lmdb-devel' \ - 'pkgconfig' \ - 'pkgconfig(openssl)' \ - 'pkgconfig(jansson)' \ - 'pkgconfig(libcap2)' \ - 'openldap-devel' \ - 'krb5-devel' \ - 'pkgconfig(libxml-2.0)' diff --git a/contrib/docker/debian-amd64:oldstable/Dockerfile b/contrib/docker/debian-amd64:oldstable/Dockerfile deleted file mode 100644 index 8f553637561..00000000000 --- a/contrib/docker/debian-amd64:oldstable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM debian:oldstable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/debian-amd64:stable/Dockerfile b/contrib/docker/debian-amd64:stable/Dockerfile deleted file mode 100644 index bc8e5e8dfb5..00000000000 --- a/contrib/docker/debian-amd64:stable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM debian:stable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/debian-amd64:unstable/Dockerfile b/contrib/docker/debian-amd64:unstable/Dockerfile deleted file mode 100644 index 1f88646fb71..00000000000 --- a/contrib/docker/debian-amd64:unstable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM debian:unstable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/debian-i386:oldstable/Dockerfile b/contrib/docker/debian-i386:oldstable/Dockerfile deleted file mode 100644 index 8f553637561..00000000000 --- a/contrib/docker/debian-i386:oldstable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM debian:oldstable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/debian-i386:stable/Dockerfile b/contrib/docker/debian-i386:stable/Dockerfile deleted file mode 100644 index cdf2c100e3f..00000000000 --- a/contrib/docker/debian-i386:stable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM i386/debian:stable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/debian-i386:unstable/Dockerfile b/contrib/docker/debian-i386:unstable/Dockerfile deleted file mode 100644 index a603a9be618..00000000000 --- a/contrib/docker/debian-i386:unstable/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM i386/debian:unstable -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/fedora-amd64:latest/Dockerfile b/contrib/docker/fedora-amd64:latest/Dockerfile deleted file mode 100644 index 322850328db..00000000000 --- a/contrib/docker/fedora-amd64:latest/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM fedora:latest -MAINTAINER Knot DNS -ENV DEBIAN_FRONTEND noninteractive -RUN dnf -y upgrade -RUN yum -y install \ - 'autoconf' \ - 'automake' \ - 'bison' \ - 'libtool' \ - 'lmdb-devel' \ - 'pkgconfig' \ - 'pkgconfig(openssl)' \ - 'pkgconfig(jansson)' \ - 'pkgconfig(libcap2)' \ - 'openldap-devel' \ - 'krb5-devel' \ - 'pkgconfig(libxml-2.0)' diff --git a/contrib/docker/ubuntu-amd64:latest/Dockerfile b/contrib/docker/ubuntu-amd64:latest/Dockerfile deleted file mode 100644 index 6d7d9772d56..00000000000 --- a/contrib/docker/ubuntu-amd64:latest/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM ubuntu:latest -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps diff --git a/contrib/docker/ubuntu-i386:latest/Dockerfile b/contrib/docker/ubuntu-i386:latest/Dockerfile deleted file mode 100644 index fbbf15ccafd..00000000000 --- a/contrib/docker/ubuntu-i386:latest/Dockerfile +++ /dev/null @@ -1,26 +0,0 @@ -FROM i386/ubuntu:latest -MAINTAINER BIND 9 Developers -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -y update -RUN apt-get -y dist-upgrade -RUN apt-get -y install \ - autoconf \ - automake \ - autotools-dev \ - bash-completion \ - bison \ - build-essential \ - git \ - libcap2-dev \ - libdb-dev \ - libgeoip-dev \ - libkrb5-dev \ - libldap2-dev \ - liblmdb-dev \ - libnet-dns-perl \ - libtool \ - libssl-dev \ - libxml2-dev \ - net-tools \ - pkg-config \ - procps