From 4e97050cf43f11a1581346602ca0f519b7c5da0e Mon Sep 17 00:00:00 2001 From: Aelin Date: Tue, 14 Apr 2026 05:24:11 +0200 Subject: [PATCH] CI: build-jobs: Pull from Alpine's registry Dockerhub does not support loongarch64, but Alpine's registry does. We need to hardcode the latest stable release here until the latest tag is made to point at a stable release rather than edge. Fixes: a0bc3115a90a ("CI: build-jobs: use Alpine stable") Part-of: --- .ci/build-jobs.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index d12605ff4..4c14700ea 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -1,4 +1,4 @@ -image: alpine:latest +image: registry.alpinelinux.org/img/alpine:3.23 stages: - build - hardware tests