docker-engine: fix runc version check warning
authorChristian Stewart <christian@paral.in>
Tue, 12 Feb 2019 09:35:31 +0000 (01:35 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Feb 2019 19:21:44 +0000 (20:21 +0100)
commit424a90241c07fd15cd1caadd707f751461cf11fc
treeec5dd5c48aba4083d40eb0ae2eed95aa750d4e18
parent087e5147c32ed8e75e462e4ea5c0cf2fd3c40be4
docker-engine: fix runc version check warning

Fixes the startup warning from Docker:

failed to retrieve runc version: unknown output format: runc version commit ...

Introduces a patch to replace the faulty version detection logic in the Docker
engine.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/docker-engine/0001-Fix-faulty-runc-version-commit-scrape.patch [new file with mode: 0644]