2025-07-01 06:27:51 armhf and s390x gitlab shared-runners are failing to pull registry.alpinelinux.org/alpine/infra/docker/alpine-gitlab-ci:latest https://gitlab.alpinelinux.org/lotheac/aports/-/jobs/1915804 2025-07-01 10:42:43 seems to have recovered now. 2025-07-01 10:43:51 Yeah, I have just fixed it, thanks 2025-07-01 10:47:19 good timing :) 2025-07-01 10:47:31 thanks for fixing 2025-07-01 13:45:26 hello, could someone check on the edge loongarch64 builder? it may be stuck? 2025-07-01 14:13:53 in on it 2025-07-01 15:07:39 thanks! 2025-07-01 18:48:46 meow how does security.a.o get its branches? 3.22 is not yet fetched by it 2025-07-01 18:50:10 https://gitlab.alpinelinux.org/alpine/infra/docker/secfixes-tracker/-/blob/master/config/prod.settings.py 2025-07-01 19:01:27 ah 2025-07-01 19:01:28 https://gitlab.alpinelinux.org/alpine/infra/docker/secfixes-tracker/-/merge_requests/13 2025-07-01 19:21:38 achill: thanks! I deployed it now 2025-07-01 19:35:33 thank you! 2025-07-02 08:08:12 any reason it does not use releases.json? 2025-07-02 15:38:53 does somebody know why the log of the build failure on build-edge-aarch64 is 404? https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/py3-pytest-qt/py3-pytest-qt-4.5.0-r0.log 2025-07-02 19:58:39 lotheac: Testing your MR. It creates a runner, but the pod fails to run because (I guess the operator) set runAsNonRoot true 2025-07-02 19:58:41 Error: container has runAsNonRoot and image will run as root 2025-07-03 00:57:31 ikke: you can add pod.spec.containers.securityContext.runAsUser & runAsGroup to specify the uid/gid to run as 2025-07-03 00:58:01 (or remove the runAsNonRoot if you want to run as root) 2025-07-03 02:00:45 i suppose by default the operator expects an image that sets default uid to non-zero 2025-07-03 02:00:57 let me add a patch to that 2025-07-03 02:08:00 ikke: added patch to the runner.spec.podSpec to set runAsNonRoot=false. (not sure if the builds can handle running as non-root in the container -- if so we could do it the other way) 2025-07-03 03:57:16 also added a commit to reduce the privilege level of the controller-manager to be namespace-scoped