Commit 7e58331
committed
Remove annotations from Resources
This results in different JSON than the older version:
Before commit fd4995c:
"cgroups": {
...
"devices": [
...
After:
"cgroups": {
...
"Resources": {
"devices": [
This breaks backward compatibility for runc.
Fixes: fd4995c ("Add omitempty JSON attribute for some fields")
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent fc3510e commit 7e58331
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments