Run rpm-ostree via nsenter
ContainerImages/cfg/pipeline/head This commit looks good
Details
ContainerImages/cfg/pipeline/head This commit looks good
Details
Pre-configuration scripts may need to install packages on the host using `rpm-ostree`.main
parent
c068619c8a
commit
865858cf5f
|
@ -8,6 +8,7 @@ RUN --mount=type=cache,target=/var/cache \
|
||||||
&& ln -snf /host/etc/passwd /etc/passwd \
|
&& ln -snf /host/etc/passwd /etc/passwd \
|
||||||
&& ln -snf /host/etc/group /etc/group \
|
&& ln -snf /host/etc/group /etc/group \
|
||||||
&& for cmd in \
|
&& for cmd in \
|
||||||
|
rpm-ostree \
|
||||||
systemctl \
|
systemctl \
|
||||||
systemd-sysusers \
|
systemd-sysusers \
|
||||||
; do ln -s nsenter.sh /usr/local/bin/${cmd}; done \
|
; do ln -s nsenter.sh /usr/local/bin/${cmd}; done \
|
||||||
|
|
Loading…
Reference in New Issue