Reproducer:

1. Build following containerfile:
FROM registry.fedoraproject.org/fedora:38
RUN dnf install -y systemd
ENTRYPOINT ["/sbin/init"]
STOPSIGNAL SIGRTMIN+3

$ podman build --tag "systemd:latest" .

2. Run container
$ podman run --detach -i --name test systemd
$ podman ps --all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5160fb46b6e2 localhost/systemd:latest 5 seconds ago Exited (255) 5 seconds ago test


The container immediately terminates with exit status 255. The same works (= container is up and running) with fedora:37 image.

We have daily builds of containers with systemd running and the last time 38/rawhide container worked was January 25.

Thanks,
Pavel.
_______________________________________________
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/cloud@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to