Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

swupd cannot load libsystemd.so.0 in CL docker image versions above 28140 (incl.) #524

@DnPlas

Description

@DnPlas

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:

  1. (host machine) $ docker run --rm -ti clearlinux
  2. (inside the container) $ swupd update -m 28140
  3. (host machine) $ docker commit $container-id
  4. (host machine) docker run -it $new-container-id /bin/bash
  5. (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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions