On Thu, 24 Jan 2019 18:43:18 +0100 Marcel Partap <mpar...@gmx.net> wrote:
> reassign runc > > OK coreos fixed this by building runc with a commit hash: > https://github.com/coreos/coreos-overlay/pull/2428/commits/a0294fbf2caf5f1a04651a22bb67357969f5831f > > Isn't this is quite a reasonable fix? > Runc is doing the right thing, it's free to report its version the way it wants. There's no reason to patch it because one particular program expects a different output. Maybe there are other programs out there parsing the runc version string, and maybe you break them by patching runc this way. On the other end, patching docker is trivial, it's just one line to comment.