Commit 1f0784d
committed
*: correct rootfs default and verification
First of all, it doesn't make sense for us to not include a rootfs in
our default configuration -- as it means that we're providing an
invalid configuration.
Second of all, the test to check whether the path is "rootfs" is
completely meaningless. containerd and Docker would fail that test,
simply because it's pointlessly restrictive. No aspect of the
runtime-spec states that it is a spec violation to *not* use "rootfs",
so why would we punish people for it?
Fix both of these bugs.
Signed-off-by: Aleksa Sarai <asarai@suse.de>1 parent 7f63063 commit 1f0784d
2 files changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 209 | | |
215 | 210 | | |
216 | 211 | | |
| |||
0 commit comments