From db4b095644e646f0a700076e4d2c51512eed4d30 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 10 Dec 2024 16:54:35 +1100 Subject: [PATCH] ci: Pull the Zephyr CI docker image from GitHub container reg. This image is 15GB so in theory this may be faster, although in testing the improvement is either non-existent or marginal. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton --- tools/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.sh b/tools/ci.sh index bc013f532..d4bfe4933 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -747,7 +747,7 @@ ZEPHYR_SDK_VERSION=0.16.8 ZEPHYR_VERSION=v3.7.0 function ci_zephyr_setup { - IMAGE=zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION} + IMAGE=ghcr.io/zephyrproject-rtos/ci:${ZEPHYR_DOCKER_VERSION} docker pull ${IMAGE}