Docker addon server incorrectly versioned

  • Hello,

    I've run into an issue setting up cadvisor on LibreELEC (in docker).

    It checks the docker engine version when loading some of its monitoring stack and fails:

    factory.go:219] Registration of the docker container factory failed: failed to validate Docker info: version string "library-import" doesn't match expected regular expression: "(\d+)\.(\d+)\.(\d+)"

    Sure enough docker version reports:

    Server:
    Engine:
     Version:          library-import

    I checked another system and the engine version is reported fine.

    Can this be resolved, presumably in the addon build workflow somewhere?

    Kind Regards.

  • Odd .. this is what I see ^ albeit this is with a custom image where Docker is embedded (not installed as an add-on as there's no Kodi in the image) but I'd expect the results to be the same (as same build system).

  • Looks ok here

  • Yes you guys do both appear to have the same issue as I do: it's line 13 not 3 that causes the problem.

    Though I don't understand _why_, I understand from the PR that it's now fixed in the source.

    Thanks for such an incredibly fast turnaround 🙏.