Hi, Am Montag, 4. November 2019, 18:00:27 CET schrieb Fabian Vogt:
If I set `Prefer: openSUSE-release-appliance-docker` in the project config I get
``` error running container: error creating container for [/bin/sh -c obs-docker- support --install]: time="2019-10-27T15:23:32Z" level=error msg="systemd cgroup flag passed, but systemd support for managing cgroups is not available ```
e.g. in https://build.opensuse.org/package/live_build_log/ home:okurz:container/yamllint/containers/x86_64
This is reproducible also when creating a new project based on the wizard following https://build.opensuse.org/image_templates selecting "Templates using openSUSE Tumbleweed", "Container built using docker tool".
Confirmed. I switched BuildEngine from podman to docker again and it seems to work:
https://build.opensuse.org/package/live_build_log/openSUSE:Templates:Images:...
Needs some more investigation.
The build VMs don't have systemd running, but podman doesn't automatically switch back to the independent cgroupfs manager anymore in the newest version. It looks like this got reverted recently: https://github.com/containers/libpod/pull/4228 There seems to be some work to pass the manager explicitly in the build script as well: https://github.com/openSUSE/obs-build/issues/529 Until that is fixed, BuildEngine: docker stays. Cheers, Fabian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org