From a0382c6a57b09a0e193fe5c5e2a7de17b1f6f086 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 28 Jan 2022 19:18:40 +0000 Subject: [PATCH] CI: pin Kas container to 2.6.3 Pin the Kas container to the 2.6.3 release, using debian-10, as newer images use debian-11 which isn't a supported host distribution for Gatesgarth. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2cd68d8..4d6e8344 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: ghcr.io/siemens/kas/kas +# We need 2.6.3 as this is the latest container with an old enough distro +image: ghcr.io/siemens/kas/kas:2.6.3 # First do a common bootstrap, and then build all the targets stages: