:: Re: [devuan-dev] Meeting notes 2023…
Top Page
Delete this message
Reply to this message
Author: Olaf Meeuwissen
Date:  
To: Adam Burns
CC: devuan developers internal list
Subject: Re: [devuan-dev] Meeting notes 2023-05-11
Hi Adam,

B Stack <bgstack15@???> writes:

> # Devuan meet 2023-05-11 @20:30 UTC
> [...]
>
> ### adam
> [...]
> - want to chase up olaf's docker container work to extend for arm
> processors. have gitlab-runner working on arm, but needs some further
> work to get successful build images. learning gitlab's env as i go ...
> :)


Just a heads up but I recently, as in last weekend, replaced the whole
GitLab CI/CD pipeline with a brand spanking new one. The new pipeline,
I should really say pipelines, address a number of issues I experienced
baby-sitting the old one and now pushes images to the Docker Hub (after
they pass nominal testing). Be advised that that last step will not
work for you (for lack of credentials). Applying the attached patch
should make the pipeline succeed.

I haven't gotten around to writing documentation but if you've got any
questions, just contact me, here, off-list or in an issue on the Devuan
git store[1].

[1]: https://git.devuan.org/paddy-hack/container-images/issues/new

Hope this helps,
--
Olaf Meeuwissen
diff --git a/.gitlab/pipelines/shared.yaml b/.gitlab/pipelines/shared.yaml
index 80cd4f9..1975ee2 100644
--- a/.gitlab/pipelines/shared.yaml
+++ b/.gitlab/pipelines/shared.yaml
@@ -5,7 +5,7 @@
   rules:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
       variables:
-        TESTED_REGISTRY: $PUBLIC_REGISTRY
+        TESTED_REGISTRY: $CI_REGISTRY_IMAGE/public
         STAGED_REGISTRY: $CI_REGISTRY_IMAGE/staged
     - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
       variables: