Re: Please help with Docker images for CI
Werner LEMBERG <[email protected]> Tue, 29 Apr 2025 09:56:44 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.devel |
|---|---|
| Message-ID | <[email protected]> |
>> I've updated
>>
>> https://gitlab.freedesktop.org/freetype/docker-images/-/blob/master/Dockerfile?ref_type=heads
>>
>> to use Debian Bookworm – we need a more recent HarfBuzz library for
>> tests. However, the pipeline to create the Docker image fails, see
>>
>> https://gitlab.freedesktop.org/freetype/docker-images/-/jobs/75403707
>>
>> What am I missing? I'm a complete noob regarding CI — and Docker.
>
> This issue usually happens when Gitlab Runner is configured to use
> Podman service instead of Docker. While they are both compatible,
> some differences may occur. I believe this issue is already fixed in
> Gitlab Runner 16.6
> (https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/4092)
> but can't tell for sure.
Hmm. Maybe you are right. I guess that the pipeline to create the
Docker image was executed last four years ago, and some things have
changed since then.
Anurag, you've originally set up the CI stuff – do you have any ideas?
Werner