-
I have an image It boots fine, but gssproxy.service and auditd.service always times out with
|
Beta Was this translation helpful? Give feedback.
Answered by
vrothberg
Dec 13, 2024
Replies: 1 comment 2 replies
-
Thanks for reaching out, @pbrezina ! See https://gitlab.com/fedora/bootc/base-images/-/issues/28 which will fix the issue. As a workaround you can add the following to your Containerfile: RUN rm -rf /var/run && ln -s /run /var/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vrothberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reaching out, @pbrezina ! See https://gitlab.com/fedora/bootc/base-images/-/issues/28 which will fix the issue.
As a workaround you can add the following to your Containerfile:
RUN rm -rf /var/run && ln -s /run /var/