]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove integrated Dockerfiles that have been moved to separate repository
authorOndřej Surý <ondrej@sury.org>
Mon, 19 Feb 2018 21:14:36 +0000 (22:14 +0100)
committerOndřej Surý <ondrej@sury.org>
Mon, 19 Feb 2018 21:14:36 +0000 (22:14 +0100)
contrib/docker/centos-amd64:latest/Dockerfile [deleted file]
contrib/docker/debian-amd64:oldstable/Dockerfile [deleted file]
contrib/docker/debian-amd64:stable/Dockerfile [deleted file]
contrib/docker/debian-amd64:unstable/Dockerfile [deleted file]
contrib/docker/debian-i386:oldstable/Dockerfile [deleted file]
contrib/docker/debian-i386:stable/Dockerfile [deleted file]
contrib/docker/debian-i386:unstable/Dockerfile [deleted file]
contrib/docker/fedora-amd64:latest/Dockerfile [deleted file]
contrib/docker/ubuntu-amd64:latest/Dockerfile [deleted file]
contrib/docker/ubuntu-i386:latest/Dockerfile [deleted file]

diff --git a/contrib/docker/centos-amd64:latest/Dockerfile b/contrib/docker/centos-amd64:latest/Dockerfile
deleted file mode 100644 (file)
index c79fdaa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-FROM centos:latest
-MAINTAINER Knot DNS <knot-dns@labs.nic.cz>
-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 (file)
index 8f55363..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM debian:oldstable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index bc8e5e8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM debian:stable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index 1f88646..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM debian:unstable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index 8f55363..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM debian:oldstable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index cdf2c10..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM i386/debian:stable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index a603a9b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM i386/debian:unstable
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index 3228503..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-FROM fedora:latest
-MAINTAINER Knot DNS <knot-dns@labs.nic.cz>
-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 (file)
index 6d7d977..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM ubuntu:latest
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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 (file)
index fbbf15c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM i386/ubuntu:latest
-MAINTAINER BIND 9 Developers <bind9-dev@isc.org>
-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