You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Please omit irrelevant data and trim the bug report template to only those parts that make sense!
Describe the bug
After building a docker image based on Clear Linux that updates itself to a version above 28140, 'swupd' fails asking for systemd library.
To Reproduce
Steps to reproduce the behavior:
(host machine) $ docker run --rm -ti clearlinux
(inside the container) $ swupd update -m 28140
(host machine) $ docker commit $container-id
(host machine) docker run -it $new-container-id /bin/bash
(inside the container) $ swupd info
Expected behavior
swupd will display the CL installed version Actual behaviour
You'll get the following error message:
swupd: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
Please omit irrelevant data and trim the bug report template to only those parts that make sense!
Describe the bug
After building a docker image based on Clear Linux that updates itself to a version above 28140, 'swupd' fails asking for systemd library.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
swupd will display the CL installed version
Actual behaviour
You'll get the following error message:
swupd: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory