ZZROTDesign / alpine-ghost

Ghost Container running in Alpine Linux
MIT License
14 stars 13 forks source link

WARNING: Tini has been relocated to /sbin/tini. #15

Closed pascalandy closed 7 years ago

pascalandy commented 7 years ago

Hi, I never used tini before but I saw this warning in my logs. I do use alpine 3.5

I don't know the implications but I thought you might like to know.

$ docker container logs 7f2a040c3ef3
WARNING: Tini has been relocated to /sbin/tini.
Please update your scripts to use /sbin/tini going forward.
/usr/bin/tini has been preserved for backwards compatibility in Alpine 3.4,
but WILL BE REMOVED in Alpine 3.5.

npm info it worked if it ends with ok
npm info using npm@2.15.11
npm info using node@v4.7.2
npm info prestart ghost@0.11.4
npm info start ghost@0.11.4

> ghost@0.11.4 start /usr/src/app
> node index

Cheers!

kilpatty commented 7 years ago

Thank you for this! Good catch! Pushing up a fix now! 👍

pascalandy commented 7 years ago

Thanks for caring :)