Skip to content

Commit

Permalink
podvm: docker: Remove systemd-tmpfiles-setup delete
Browse files Browse the repository at this point in the history
We rely on the tempfiles directive to copy allow-all.rego
to `/run/peerpods/policy.rego`

Fixes: #2041

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman authored and bpradipt committed Sep 20, 2024
1 parent 4d1d6bb commit efadce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud-api-adaptor/podvm-mkosi/Dockerfile.podvm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN echo "Installing Packages ..." \
libseccomp pigz fuse-overlayfs \
nfs-utils which systemd-pam \
bash ca-certificates curl jq procps \
&& find /lib/systemd/system/sysinit.target.wants/ -name "systemd-tmpfiles-setup.service" -delete \
&& rm -f /lib/systemd/system/multi-user.target.wants/* \
&& rm -f /etc/systemd/system/*.wants/* \
&& rm -f /lib/systemd/system/local-fs.target.wants/* \
Expand Down

0 comments on commit efadce3

Please sign in to comment.