You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this works on docker because docker will automatically creating missing mounts on your host. Podman errors on missing dirs containers/podman#6234Error: statfs /root/actions-runner/_work/_actions: no such file or directory. I tried creating these dirs by hand, but something about the github runner deletes them.
I suppose this is sort of a runner bug moreso than a hook bug, but it's kind of cross-cutting.
The text was updated successfully, but these errors were encountered:
seanlafferty-ibm
changed the title
Docker hooks not working due to non-existing systemMount folders
Non-existing systemMount folders
Aug 19, 2024
seanlafferty-ibm
changed the title
Non-existing systemMount folders
Non-existing systemMount folders prevent use of podman
Aug 19, 2024
I am trying to create podman hooks. When I log the json github sends, it includes some system mounts for folders that do not exist on my runner.
I believe this works on docker because docker will automatically creating missing mounts on your host. Podman errors on missing dirs containers/podman#6234
Error: statfs /root/actions-runner/_work/_actions: no such file or directory
. I tried creating these dirs by hand, but something about the github runner deletes them.I suppose this is sort of a runner bug moreso than a hook bug, but it's kind of cross-cutting.
The text was updated successfully, but these errors were encountered: