This project builds the gitlab-runner-helper Docker image for the loong64 (LoongArch) architecture. It is a submodule of the kubernetes-loong64 project.
The upstream GitLab Runner project (gitlab-org/gitlab-runner) provides the gitlab-runner-helper image for linux/amd64. This repository patches the upstream to produce the linux/loong64 gitlab-runner-helper Docker image, using Debian 14 (from lcr.loongnix.cn) as the base.
Note: This project does not build GitLab Runner binaries, RPM packages, or DEB packages. It focuses solely on the
gitlab-runner-helperDocker image, which is used by the GitLab Runner Docker executor and Kubernetes executor to run CI/CD jobs on LoongArch.
| Registry | Image |
|---|---|
| Docker Hub | kubernetesloong64/gitlab-runner-helper |
| Alibaba Cloud (China) | registry.cn-qingdao.aliyuncs.com/kubernetesloong64/gitlab-runner-helper |
| Branch | Description |
|---|---|
main |
Project documentation, license, and shared configuration |
loong64-v19.3.1 |
Patched build for upstream GitLab Runner v19.3.1 with loong64 support |
New loong64 release branches follow the naming convention loong64-<upstream-version>.
- Releases are signed with GPG.
- Download the public key from keys.openpgp.org.
- Fingerprint: FCF8724722CCBF9F51B1FBE376532BE7E3013105
- Manual download
gpg --keyserver keys.openpgp.org --recv-keys FCF8724722CCBF9F51B1FBE376532BE7E3013105
echo "FCF8724722CCBF9F51B1FBE376532BE7E3013105:6:" | gpg --import-ownertrustOr download the key file manually and import it:
gpg --import /tmp/xxx