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
validation: mounts: fix condition of source & type check
The runtime-spec says that [mount source is optional](
https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#mounts).
So let's relax condition of the mount source path check, so that it only
checks for an empty mount source. Ditto for the type field.
The 'mount' test now tries different mount options: bind and not bind,
recursive or not, different mount propagation modes.
runc passes the test after opencontainers/runc#1845Closes: #651
Based on work from: Dongsu Park <[email protected]>
Signed-off-by: Alban Crequy <[email protected]>
0 commit comments