From 5c35fee61d7fc54ee501ed02d126a78b6c62881c Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tomas.krizek@nic.cz>
Date: Fri, 27 Jul 2018 13:44:43 +0200
Subject: [PATCH] ci: use knot-2.7 docker containers

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bd4a72c9..ef2e5ccc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: $CI_REGISTRY/knot/knot-resolver/ci/debian-stable:knot-2.6
+image: $CI_REGISTRY/knot/knot-resolver/ci/debian-stable:knot-2.7
 
 variables:
   DEBIAN_FRONTEND: noninteractive
@@ -36,7 +36,7 @@ build:clang:linux:amd64:
   stage: build
   except:
     - master@knot/knot-resolver
-  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.6  # newer Debian for newer Clang
+  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.7  # newer Debian for newer Clang
   script:
     - rm daemon/lua/kres-gen.lua
     - CXX=clang++-5.0 CC=clang-5.0 make -k all "CFLAGS=-Werror -Wno-error=unused-command-line-argument -ggdb"
@@ -80,7 +80,7 @@ lint:c:
   stage: test
   except:
     - master@knot/knot-resolver
-  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.6  # newer Debian for newer Clang
+  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.7  # newer Debian for newer Clang
   dependencies: []  # do not download build artifacts
   script:
     - make lint-c CLANG_TIDY="clang-tidy-5.0 -quiet"
@@ -92,7 +92,7 @@ lint:clang-scan-build:
   stage: test
   except:
     - master@knot/knot-resolver
-  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.6  # newer Debian for newer Clang
+  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-unstable:knot-2.7  # newer Debian for newer Clang
   dependencies: []  # do not download build artifacts
   script:
     - MAKEFLAGS="-k -j$(nproc)" SCAN_BUILD="/usr/lib/llvm-5.0/bin/scan-build -o scan-results --status-bugs -no-failure-reports" ./tests/clang_scan_build.sh make
-- 
GitLab