]> cat aescling's git repositories - mastodon.git/commit
dockerfile: Give more stack space to /sbin/tini.
authorDavid Yip <yipdw@member.fsf.org>
Fri, 22 Dec 2017 00:07:02 +0000 (00:07 +0000)
committerDavid Yip <yipdw@member.fsf.org>
Thu, 11 Jan 2018 10:09:16 +0000 (04:09 -0600)
commitf13ebd02c91776ddb88b5178bf9015c6e0f1ca80
tree87803f8fc3344a4baa276de6d0db47fffa5e386e
parent095a00ef3d6ed5845e331dc1e2b78fd42d861dd6
dockerfile: Give more stack space to /sbin/tini.

/sbin/tini ends up running the Sass compiler, which seems to need a
larger thread stack size than the musl default.  This patch incorporates
a fix from
https://raw.githubusercontent.com/jubel-han/dockerfiles/master/common/stack-fix.c,
as described in https://github.com/sass/node-sass/issues/2031.
Dockerfile
docker_entrypoint.sh
stack-fix.c [new file with mode: 0644]