Hi. 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. If you don't have access to runner configuration (fdo-htz-runner-x86-1) I'd recommend to use buildah scenario building (https://docs.gitlab.com/ci/docker/buildah_rootless_tutorial/) instead of Docker-in-Docker (dind) approach.
вт, 29 апр. 2025 г. в 11:39, Werner LEMBERG <w...@gnu.org>: > > > Folks, > > > 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. > > Please advise. > > > Werner -- >From Siberia with Love!