Skip to content

Commit

Permalink
Merge pull request #215 from simondeziel/archlinux
Browse files Browse the repository at this point in the history
Fix archlinux images to pass `systemd --failed` test
  • Loading branch information
tomponline authored Jun 27, 2024
2 parents 00a600b + 3e9401e commit 0b1808d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,13 @@ actions:
# Fix ping
setcap cap_net_raw=ep /usr/bin/ping || chmod +s /usr/bin/ping
- trigger: post-packages
action: |-
#!/bin/sh
systemctl mask systemd-nsresourced.service systemd-nsresourced.socket
types:
- container

- trigger: post-packages
action: |-
#!/bin/sh
Expand Down

0 comments on commit 0b1808d

Please sign in to comment.