From: Petr Špaček Date: Thu, 7 Dec 2017 08:37:26 +0000 (+0100) Subject: CI: use Knot DNS 2.6 instead of master X-Git-Tag: v1.5.1~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94feeb62e2aaf5b696a12dec29d32ba88acd0da9;p=thirdparty%2Fknot-resolver.git CI: use Knot DNS 2.6 instead of master Hopefully this will make build more reliable because breakage in Knot DNS master will not affect us. On the other hand, we must not forget to update Knot DNS in the image! Closes: #282 --- diff --git a/ci/Dockerfile b/ci/Dockerfile index b92a3b4d8..e670b5e5c 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -27,7 +27,7 @@ RUN pip3 install -r /tmp/deckard-req.txt # build and install latest version of Knot DNS # (kresd depends on libknot and libdnssec) -RUN git clone --depth=1 https://gitlab.labs.nic.cz/knot/knot-dns.git /tmp/knot +RUN git clone --depth=1 --branch=2.6 https://gitlab.labs.nic.cz/knot/knot-dns.git /tmp/knot WORKDIR /tmp/knot RUN pwd RUN autoreconf -if