Re: Changes to GitLab runners configuration
Michael Catanzaro <[email protected]>
| Newsgroups | gmane.comp.gnome.desktop |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 19, 2020 at 2:50 pm, Bartłomiej Piotrowski <[email protected]> wrote: > If your project's pipeline is using Docker to build an image from > Dockerfile, consider switching to podman or buildah as they should > work > unprivileged. 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'. I actually use a F30 VM to create my Docker images because Docker is broken in F31 due to unified cgroup hierarchy. Would be wonderful if it was possible to use podman.