1
0
mirror of https://github.com/rancher/os.git synced 2025-10-09 02:43:30 +00:00

Bump libcompose to version with oom_score_adj support

This commit is contained in:
Olli Janatuinen
2020-12-19 19:06:46 +02:00
parent 4866d88d0c
commit bb62c58b2b
4 changed files with 5 additions and 1 deletions

View File

@@ -357,6 +357,7 @@ var schemaV2 = `{
}
]
},
"oom_score_adj": {"type": "integer", "minimum": -1000, "maximum": 1000},
"pid": {"type": ["string", "null"]},
"ports": {