From d11487b64e1afb9ec51f25350ced2472526ace95 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 22 Apr 2021 17:03:38 -0400 Subject: [PATCH] CI: use public KAS image Use the KAS docker image provided by the KAs project for Gitlab CI. This allows for the external (non-Arm Corp) users/developers to run Gitlab CI. Change-Id: I9fee9a0d571e3fd60862d4ccd36176f9e583fc91 Signed-off-by: Jon Mason --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac0656f0..9e41a78d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -# Use our custom Crops-derived image -image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/yocto-builder:master +image: ghcr.io/siemens/kas/kas # First do a common bootstrap, and then build all the targets stages: