-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.4
-
None
-
None
-
None
-
rhel-sst-bootc
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
The base image container does not have a pre-created /root home directory when run as a container image.
This directory (among others which are a subdirectory of /var) will by default also be created on system boot by systemd-tmpfiles however.
Workaround:
FROM <baseimage> RUN mkdir /var/roothome
as part of a container build.