From 77928e7dd7200353e9587161c9e7206d12bada6b Mon Sep 17 00:00:00 2001 From: Yogesh Lal Date: Mon, 18 May 2026 12:33:23 +0530 Subject: [PATCH] boot: Update docker image for fastboot and efi templates Replace the external docker image references in fastboot.jinja2 and efi.jinja2 with Qualcomm registry image at artifacts.codelinaro.org/clo-420-qli-registry/kmake-image-ci:ver.1.0. Signed-off-by: Yogesh Lal --- templates/boot/efi.jinja2 | 2 +- templates/boot/fastboot.jinja2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/boot/efi.jinja2 b/templates/boot/efi.jinja2 index c516071..8d1d3ba 100644 --- a/templates/boot/efi.jinja2 +++ b/templates/boot/efi.jinja2 @@ -38,7 +38,7 @@ {% endif %} postprocess: docker: - image: + image: artifacts.codelinaro.org/clo-420-qli-registry/kmake-image-ci:ver.1.0 steps: {%- if node.data.kernel_type.endswith('.gz') %} - gunzip Image.gz diff --git a/templates/boot/fastboot.jinja2 b/templates/boot/fastboot.jinja2 index dbf45f0..8cf5d97 100644 --- a/templates/boot/fastboot.jinja2 +++ b/templates/boot/fastboot.jinja2 @@ -27,7 +27,7 @@ {% set ramdisk_name = ramdisk_path.split('/')[-1] %} postprocess: docker: - image: ghcr.io/mwasilew/docker-mkbootimage:master + image: artifacts.codelinaro.org/clo-420-qli-registry/kmake-image-ci:ver.1.0 steps: - gunzip -c {{ ramdisk_name }} > initramfs-kerneltest-full-image-qcom-armv8a.cpio {% if firmware_name %}