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
Only mount and clean the /run/nginx directory (#884)
On Sles-12 and potentially other distros some extra stuff is
automatically mounted into `/run` making it impossible to remove them
and ultimately causing the build to fail.
```
/ # mount | grep /run
tmpfs on /run/secrets/credentials.d type tmpfs (ro,relatime)
tmpfs on /run/secrets/SUSEConnect type tmpfs (ro,relatime)
```
However it looks like only `/run/nginx` is actually being used so there
doesn't seen to be a need to mount and wipe the whole of `/run`
0 commit comments