]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: use debian-buster image
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 18 Jan 2019 14:06:18 +0000 (15:06 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 23 Jan 2019 13:58:46 +0000 (14:58 +0100)
.gitlab-ci.yml

index c715aa34998d2277d99904d23f4d7b1d4eebdefd..9a947065530ff6fb7e36d4544810694105c78083 100644 (file)
@@ -11,7 +11,7 @@ variables:
   RESPERF_FORCE: 0
   KNOT_VERSION: 2.7
 
-image: $CI_REGISTRY/knot/knot-resolver/ci/debian-stable:knot-$KNOT_VERSION
+image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION
 
 stages:
   - build
@@ -163,6 +163,8 @@ docker:build:
 
 
 installcheck:linux:amd64:
+  # TODO use debian-buster once lua packet resize issue is resolved
+  image: $CI_REGISTRY/knot/knot-resolver/ci/debian-stable:knot-$KNOT_VERSION
   stage: test
   except:
     - master