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
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]>
0 commit comments