gnu: docker: Replace tini by tini-static.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 10 Jun 2021 03:24:05 +0000 (23:24 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 10 Jun 2021 04:57:00 +0000 (00:57 -0400)
commite35383a76f0a1d1ba01f4b355d8df4ac341216b3
tree7b9e08170cedeae7260a88afedddb8cc5cf613d1
parent352f23f71cdfd2f72a77906551b74f2d13f63688
gnu: docker: Replace tini by tini-static.

The dynamically linked tini could fail in some environments, causing 'docker
run' to exit with the following unhelpful error message:

  standard_init_linux.go:219: exec user process caused: no such file or
  directory

Use the statically linked tini binary instead, which should work everywhere.

* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Replace 'tini' by
'tini-static'.
gnu/packages/docker.scm