Run rpm-ostree via nsenter
All checks were successful
ContainerImages/cfg/pipeline/head This commit looks good
All checks were successful
ContainerImages/cfg/pipeline/head This commit looks good
Pre-configuration scripts may need to install packages on the host using `rpm-ostree`.
This commit is contained in:
@@ -8,6 +8,7 @@ RUN --mount=type=cache,target=/var/cache \
|
||||
&& ln -snf /host/etc/passwd /etc/passwd \
|
||||
&& ln -snf /host/etc/group /etc/group \
|
||||
&& for cmd in \
|
||||
rpm-ostree \
|
||||
systemctl \
|
||||
systemd-sysusers \
|
||||
; do ln -s nsenter.sh /usr/local/bin/${cmd}; done \
|
||||
|
||||
Reference in New Issue
Block a user