Re: Changes to GitLab runners configuration
Sam Thursfield via desktop-devel-list <[email protected]>
| Newsgroups | gmane.comp.gnome.desktop |
|---|---|
| Message-ID | <CAGDGXw6F1N94_eVt3WTkwgV0KoS_8FyinvGGhfa4cB=4OVNyZw@mail.gmail.com> |
On Wed, Feb 19, 2020 at 7:53 PM Michael Catanzaro <[email protected]> wrote: > > Have you tested this? I've tried many times and afaik GitLab is simply > incompatible with podman images. I don't remember the exact error > message offhand, but GitLab fails to detect podman containers as valid > containers, even when using 'podman build --format=docker'. We've been using podman successfully to build the Tracker CI images. The exact build instructions are here: https://gitlab.gnome.org/GNOME/tracker-oci-images/blob/master/.gitlab-ci.yml These containers are working fine in GitLab CI, see the tracker.git and tracker-miners.git pipelines Note that we're using Fedora 30 there, I haven't tested with Fedora 31. Sam