[PATCH v1 1/5] Use full registry path for the CrOS docker

Nicolas Dufresne nicolas at ndufresne.ca
Thu Mar 7 23:18:06 CET 2024


From: Nicolas Dufresne <nicolas.dufresne at collabora.com>

This is not built by the pipeline and won't be found in the users
namespace.

Signed-off-by: Nicolas Dufresne <nicolas.dufresne at collabora.com>
---
 gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 81ab8c4..a4e1ef4 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
   - test
 
 variables:
-  CROS_SDK_IMAGE: '${CI_REGISTRY_IMAGE}/cros-sdk-lite-r120-15662:2024-01-16.0'
+  CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0'
   GIT_DEPTH: 1
   KERNEL_VERSION: '6.6'
   MESON_ALL_OPTIONS: >-
-- 
2.43.2



More information about the libcamera-devel mailing list